Re: Weird procedure question - Mailing list pgsql-general

From James Keener
Subject Re: Weird procedure question
Date
Msg-id CAG8g3tzyWi_Je1TBohK=x=_MUd391BCsBOo=W48mxdvUbw=DyA@mail.gmail.com
Whole thread Raw
In response to Re: Weird procedure question  (digimer <lists@alteeve.ca>)
Responses Re: Weird procedure question  (digimer <lists@alteeve.ca>)
List pgsql-general
Do you need a single field for the pk or can you just make it the (original_table_pk, modified_time)? Alternatively, you could generate a uuid v3 from the (original_table_pk, modified_time) using something like uuid_generate_v3(uuid_nil(), original_table_pk || ":" || modified_time)?

pgsql-general by date:

Previous
From: digimer
Date:
Subject: Re: Weird procedure question
Next
From: digimer
Date:
Subject: Re: Weird procedure question