[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered query for triggers

2010-09-24 Thread Guillaume Lelarge
Fix the reverse-engineered query for triggers The new "OF column" syntax is only available for UPDATE, and we should check the args only if the number of args is not zero. Set the bytea_output parameter to its old value on 9.0 right after a connection. The tgargs column is of type bytea and bytea

[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered query for triggers

2010-09-24 Thread Guillaume Lelarge
Fix the reverse-engineered query for triggers The new "OF column" syntax is only available for UPDATE, and we should check the args only if the number of args is not zero. Set the bytea_output parameter to its old value on 9.0 right after a connection. The tgargs column is of type bytea and bytea