Hi,

I'm noticing NOTICE messages can't be turned off with my cygwin-based
platform.   I've had other's confirm it works on linux.


Here is my session:

$ psql -U postgresql itn
Welcome to psql 7.4.5, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
      \h for help with SQL commands
      \? for help on internal slash commands
      \g or terminate with semicolon to execute query
      \q to quit

[EMAIL PROTECTED]>SET client_min_messages TO error;
SET
[EMAIL PROTECTED]>SHOW client_min_messages;
client_min_messages
---------------------
error
(1 row)

[EMAIL PROTECTED]>CREATE TABLE foobar(
itn(# id INTEGER NOT NULL,
itn(# PRIMARY KEY (id)
itn(# );
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "foobar_pkey" for
table "foobar"
CREATE TABLE
[EMAIL PROTECTED]>SHOW client_min_messages;
client_min_messages
---------------------
error
(1 row)

[EMAIL PROTECTED]>

See anything wrong with what I did?  There must be some setting I
haven't done.  I'm on windows xp pro using the cygwin standard
install. 

TIA

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to