Re: [GENERAL] How to get rid of notices for create table?

2004-12-11 Thread Pablo Santiago Blum de Aguiar
--- Michael Fuhr <[EMAIL PROTECTED]> wrote: > On Fri, Dec 10, 2004 at 06:31:15PM -0300, Pablo > Santiago Blum de Aguiar wrote: > > > I'm getting boring notices when creating tables: > > [snip] > > > NOTICE: CREATE TABLE / PRIMARY KEY will create

[GENERAL] How to get rid of notices for create table?

2004-12-10 Thread Pablo Santiago Blum de Aguiar
Hi, I did a search for this issue but don't seem to find anything reasonably satisfactory. I'm getting boring notices when creating tables: test=# CREATE TABLE cliente ( test(# idINTEGER NOT NULL, test(# id_indica INTEGER NULL, test(# email VARCHAR(40) NUL