Re: [pgadmin-support] Triggers in pgadmin query tools

2011-03-25 Thread François Legrand
You're right. I run psql directly on the database host and access this database using pgadmin from a remote machine. I could try to run pgadmin on the same computer too, but I am pretty sure that it won't change the result. The strange point is that if I open the table using "view content of the

Re: [pgadmin-support] Triggers in pgadmin query tools

2011-03-25 Thread François Legrand
Absolutely ! Le 25/03/2011 18:48, Guillaume Lelarge a écrit : Le 25/03/2011 17:54, Francois Legrand a écrit : Hi all, I have a table with a trigger. When I run an insert command from psql, the trigger is correctly fired, but if i run exactly the same command from the pgqdmin3 query tool, the tr