Re: [SQL] how to tell if column set on update

2009-07-22 Thread Frank Bax
chester c young wrote: Le 20/07/09 15:19, chester c young a écrit : within a trigger need to know if the UPDATE statement set a column. the column might be set to the old value or a different value. (want to make sure the app is sending all necessary values) thanks If the column to test

Re: [SQL] how to tell if column set on update

2009-07-22 Thread nha
Hello, Le 22/07/09 13:42, Frank Bax a écrit : chester c young wrote: Le 20/07/09 15:19, chester c young a écrit : within a trigger need to know if the UPDATE statement set a column. the column might be set to the old value or a different value. [...] If the column to test is known -- e.g.

Re: [SQL] how to tell if column set on update

2009-07-21 Thread chester c young
Le 20/07/09 15:19, chester c young a écrit : within a trigger need to know if the UPDATE statement set a column.  the column might be set to the old value or a different value. (want to make sure the app is sending all necessary values) thanks If the column to test is known

[SQL] how to tell if column set on update

2009-07-20 Thread chester c young
within a trigger need to know if the UPDATE statement set a column. the column might be set to the old value or a different value. (want to make sure the app is sending all necessary values) thanks -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to

Re: [SQL] how to tell if column set on update

2009-07-20 Thread nha
Hello, Le 20/07/09 15:19, chester c young a écrit : within a trigger need to know if the UPDATE statement set a column. the column might be set to the old value or a different value. (want to make sure the app is sending all necessary values) thanks If the column to test is known --