Re: pg_dump from 7.3 to 7.2

From: "Daniel R(dot) Anderson" <dan(at)mathjunkies(dot)com>
To: Ryszard Lach <rla(at)id(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump from 7.3 to 7.2
Date: 2003-03-23 23:06:52
Message-ID: 1048460813.23532.19.camel@ny-chicagostreet2c-110.buf.adelphia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-03-23 23:46:35 Re: Function returning SETOF RECORD
Previous Message Daniel R. Anderson 2003-03-23 23:04:55 Re: postgreSQL as MSSQL2000 server?