Peter Eisentraut wrote:
> Neil Conway writes:
> 
> > I'm really not sure we do: the SQL produced by pg_dump was totally
> > non-portable before,
> 
> Significant effort has been invested to make pg_dump output portable, and
> I've not had any problems with it last time I tried it.  Please explain
> why you think it's "totally" non-portable.

Also, I think we have to have a SET before every CREATE TABLE.  If we
don't how does it work if we restore a single table from the dump?  We
must handle this type of thing with SET SESSION AUTHORIZATION to make
sure we are the proper owner, so it seems we could do the same with
oids.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to