Re: pg_dump from 7.3 to 7.2 - Mailing list pgsql-general

From Daniel R. Anderson
Subject Re: pg_dump from 7.3 to 7.2
Date
Msg-id 1048460813.23532.19.camel@ny-chicagostreet2c-110.buf.adelphia.net
Whole thread Raw
In response to pg_dump from 7.3 to 7.2  (Ryszard Lach <rla@id.pl>)
List pgsql-general
Look up pg_dump and pg_dumpall in the manual.  There is a way to tell
postgresql to make the output as if you were to retype it in psql
yourself (i.e. it does CREATE TABLE, INSERT INTO, etc.).  It takes
longer for it to generate the file but it may clear up those
inconsistencies.

--
Daniel R. Anderson
Chief Lab Rat and Helper Monkey
Great Lakes Industries, Inc.
80 Pineview Ave.
Buffalo, NY 14218
(716) 691-5900 x218

"Never let your schooling interfere with your education"
    -- Mark Twain


pgsql-general by date:

Previous
From: "Daniel R. Anderson"
Date:
Subject: Re: postgreSQL as MSSQL2000 server?
Next
From: Joe Conway
Date:
Subject: Re: Function returning SETOF RECORD