Re: [PHP-DB] PostgreSQL, Triggers

2003-10-20 Thread Ling
Thank you Martin!!! you've just saved my life! ; ) Regards Ling. Martin Marques [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] El Dom 19 Oct 2003 13:54, Ling escribió: Hello there. Can anybody help me with Postgresql triggers? what I need is a trigger which inrements value in

[PHP-DB] PostgreSQL, Triggers

2003-10-19 Thread Ling
Hello there. Can anybody help me with Postgresql triggers? what I need is a trigger which inrements value in field total_rows.rows if I insert new row in table zzz... CAREATE TABLE zzz ( ... ... ); CREATE TABLE total_rows ( table_name VARCHAR(32), total_rows BIGINT, CONSTRAINT

Re: [PHP-DB] PostgreSQL, Triggers

2003-10-19 Thread Martin Marques
El Dom 19 Oct 2003 13:54, Ling escribió: Hello there. Can anybody help me with Postgresql triggers? what I need is a trigger which inrements value in field total_rows.rows if I insert new row in table zzz... CAREATE TABLE zzz ( ... ... ); CREATE TABLE total_rows ( table_name