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
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
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
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
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