Re: [pgadmin-support] Separate Sessions?? (View data <-> Query tool)

2008-11-27 Thread Csaba Együd
""Willy-Bas Loos"" <[EMAIL PROTECTED]> a következoket írta üzenetében news:[EMAIL PROTECTED] The problem is that my triggers refuse modifying a record if a given Temp table is not created before, because one or more fields have their default values from that temp table So why don't you either

Re: [pgadmin-support] Separate Sessions?? (View data <-> Query tool)

2008-11-27 Thread Willy-Bas Loos
>The problem is that my triggers refuse modifying a record if a given Temp table is not created before, because one or more fields have their default values from that temp table So why don't you either use a normal table, or if you need simultaneous use of the trigger with different values, use an