1 Jan 2009 02:21
Re: pg_restore question (-T and -t)
George Pavlov <gpavlov <at> mynewplace.com>
2009-01-01 01:21:32 GMT
2009-01-01 01:21:32 GMT
Why not just try it! Answer: all -t switches after the first one are ignored. (And, no, "pg_restore --help" does not mention that). However with -l and -L, you have a much more powerful mechanism for specifying exactly which objects you want restored. > -----Original Message----- > From: pgsql-general-owner <at> postgresql.org [mailto:pgsql-(Continue reading)general- > owner <at> postgresql.org] On Behalf Of Tony Caduto > Sent: Wednesday, December 31, 2008 1:50 PM > To: pgsql general > Subject: [GENERAL] pg_restore question (-T and -t) > > Hi, > does anyone know if you can do multiple > -T or -t (restore named trigger, restore name table) switches? > > In the docs for pg_restore it does not specify if it will accept more > than one, but in the pg_dump docs the -n and -t switches allow > multiples. > > Thanks, > > tony -- -- Sent via pgsql-general mailing list (pgsql-general <at> postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
> I think that ultimately it's necessary to accept that there will be some
> window during connection startup where sending plain ASCII (English)
> messages is the best recourse.
Ultimately yes. But we currently handle the client encoding quite late in the
startup sequence so that many connection startup failure messages that are of
interest to normal users would likely be affected. So moving the client
encoding handling to the earliest possible phase would still be desirable.
RSS Feed