Re: [BUGS] BUG #2157: Disabling trigger

2006-01-09 Thread Michael Fuhr
On Mon, Jan 09, 2006 at 03:35:47PM +, Jiri Klepac wrote: > I was tryiing to disable trigger for specific table. ALTER TABLE tbl DISABLE > TRIGGER trg_name; > This is well documented in manual for ALTER TABLE command. Are you sure you're looking at the documentation for the version you're runni

Re: [BUGS] BUG #2139: Problem when calling functions without any

2006-01-09 Thread Jacques Gollion
hello Jaime, Sorry. I forgot to provide you with the information. Please find the function and the trace of jdbc calls in the enclosed file. Thank you in advance for your help. Jacques Jaime Casanova a écrit : > On 1/3/06, Jacques Gollion <[EMAIL PROTECTED]> wrote: > > > > The following bug h

[BUGS] BUG #2158: psql

2006-01-09 Thread Umberto Leandro Kaizer
The following bug has been logged online: Bug reference: 2158 Logged by: Umberto Leandro Kaizer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: windows 2000 server Description:psql Details: Welcome to psql 8.1.1, the PostgreSql interactive

[BUGS] BUG #2157: Disabling trigger

2006-01-09 Thread Jiri Klepac
The following bug has been logged online: Bug reference: 2157 Logged by: Jiri Klepac Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: win2000 Description:Disabling trigger Details: I was tryiing to disable trigger for specific table. ALTER

Re: [BUGS] BUG #2144: Domain NOT NULL constraints ignored in rules

2006-01-09 Thread Jaime Casanova
On 1/7/06, John Supplee <[EMAIL PROTECTED]> wrote: > Tom Lane wrote: > > > OK, got it. Patch for 8.1 is attached if you need it. > > Thanks for the test case. > > Wow, thanks for the quick work. But since I can solve the problem with NOT > NULL constraints directly on the column I will wait for t