Re: [GENERAL] Question on Rules

2012-04-07 Thread Michael Gould
ay, February 18, 2012 5:17 AM >To: pgsql-general@postgresql.org >Subject: [GENERAL] Question on Rules > >I am creating a rule which will copy a record when it is changed to a >audittable. My question is that the first column is a UUID data type with a >define

Re: [GENERAL] Question on Rules

2012-02-20 Thread John R Pierce
On 02/20/12 9:07 AM, mgo...@isstrucksoftware.net wrote: Are rules deprecated? rules are very tricky, and primarily exist now for internal use. -- john r pierceN 37, W 122 santa cruz ca mid-left coast -- Sent via pgsql-general mailing list

Re: [GENERAL] Question on Rules

2012-02-20 Thread mgould
<<< text/html; charset="utf-8": Unrecognized >>> <>

Re: [GENERAL] Question on Rules

2012-02-19 Thread David Johnston
-Original Message- From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of mgo...@isstrucksoftware.net Sent: Saturday, February 18, 2012 5:17 AM To: pgsql-general@postgresql.org Subject: [GENERAL] Question on Rules I am creating a rule which

[GENERAL] Question on Rules

2012-02-18 Thread mgould
I am creating a rule which will copy a record when it is changed to a audittable. My question is that the first column is a UUID data type with a defined as auditaccessorid uuid DEFAULT isscontrib.uuid_generate_v4() NOT NULL, Right now I've got that set to NULL to allow the parser to "compile".