Re: Having trouble with pg_dumpall -o - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Having trouble with pg_dumpall -o
Date
Msg-id 4F9FE764.4090600@gmail.com
Whole thread Raw
In response to Re: Having trouble with pg_dumpall -o  ("Matthew Churcher" <Matthew.Churcher@realvnc.com>)
List pgsql-general
On 05/01/2012 05:06 AM, Matthew Churcher wrote:
> The triggers are being used to track changes to the tables. The developers
> are concerned that using string references for the table names in this case
> would create too much overhead as this is a frequent operation and is
> performance critical.
>
> Sounds like we have the choice of using string names or implementing a
> custom migration script.

Might want to take a look at:
http://www.postgresql.org/docs/9.1/interactive/datatype-oid.html

>
> Thanks for all your help Thom.
>
> Regards, Matt
>
>


--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Having trouble with pg_dumpall -o
Next
From: Mark Morgan Lloyd
Date:
Subject: Re: Listen and Notify