A few times a week, I need to create SQL insert scripts from query results in pgAdmin III.
Currently, I do this manually. Is there a function in pgAdmin to export a query result to an SQL Insert script ? I use a postgreSQL database.
Or is there another (open source) tool which can do this ? I'm running Ubuntu Linux.
Thanks