At 15:02 06.02.2001 -0500, chris markiewicz wrote:
>the limit of my imaginatin is this - some sort of command/utility that
>queries a table and generates the insert statements from the results. then
>i wouldn't have to worry about updating my default data scripts everytime
>data changes.
pg_dump lives up to You wildest dreams :-)
check out the -d, -D, -a and -s options to seperate the definitions from
the data.
Yours,
Stefan