Re: DDL for a single schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: btober(at)seaworthysys(dot)com, shridhar_daithankar(at)myrealbox(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: DDL for a single schema
Date: 2003-11-07 17:42:45
Message-ID: 167.1068226965@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton <dev(at)archonet(dot)com> writes:
> I believe 7.4 pg_dump should work against a 7.3 database (and further back
> IIRC).

It will, but I don't think we guarantee that the output will load into a
pre-7.4 database --- pg_dump usually assumes its SQL output can take
advantage of all the features it knows about.

This might work more-or-less-okay for 7.3, but you'd better test before
depending on it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-11-07 17:53:40 Re: int8 primary keys still not using index without manual
Previous Message Edwin Quijada 2003-11-07 17:40:31 Re: Service doesnt UP!!!!