Re: Transition Tables doesn´t have OID - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Transition Tables doesn´t have OID
Date
Msg-id d56e582a-3eb1-9754-adf9-9190d532c806@aklaver.com
Whole thread Raw
In response to Re: Transition Tables doesn´t have OID  (PegoraroF10 <marcos@f10.com.br>)
Responses Re: Transition Tables doesn´t have OID
List pgsql-general
On 12/1/18 8:51 AM, PegoraroF10 wrote:
> ok
> then, help me to find alternatives to it.
> As I sad, sometimes whe change our PK, so using OID would be a smart way to
> have a join between old and new transition tables and we would like to use
> transition tables because each statement is a lot faster than each row for
> auditing purposes.
> 
> So, whats the alternative ? One trigger for each row just for changing PK
> values (will occur few times) and another trigger for each statement to do
> the logging ?

If you don't want to change the structure of your tables that would be 
seem to be the way to go. It will require some thought to make sure the 
'for each row' and 'for each statement' don't interfere with each other.


> 
> 
> 
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Transition Tables doesn´t have OID
Next
From: Thomas Munro
Date:
Subject: Re: Transition Tables doesn´t have OID