| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Chris Velevitch" <chris(dot)velevitch(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dump ignoring without oids |
| Date: | 2008-04-04 02:42:33 |
| Message-ID: | 940.1207276953@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Chris Velevitch" <chris(dot)velevitch(at)gmail(dot)com> writes:
> I'm transferring a database from 7.4.7 to 7.4.13 using 8.1.11
> utilities
Why in the world would you try that, rather than using 7.4's pg_dump?
At no time has pg_dump version N claimed to produce output that
was loadable into server versions < N.
> and pg_dump leaves out the "without oids" clause in the
> create table commands.
8.1 thinks it should use "SET default_with_oids = false" instead.
(Should I point out that the current release in the 7.4 series
is 7.4.19? 7.4.13 is nearly a year and a half obsolete, and is
missing significant security and data-loss fixes.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Colin Wetherbee | 2008-04-04 02:45:32 | Re: pg_dump ignoring without oids |
| Previous Message | Colin Wetherbee | 2008-04-04 02:36:44 | Re: Autograph Annoucement (ERD Tool) |