creation of tables with warnings

From: SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: creation of tables with warnings
Date: 2007-09-17 17:17:54
Message-ID: 93132.36513.qm@web31105.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi
Sometimes when I create a table with the
CREATE TABLE sql command,
it creates a table but with some warnings

For example, I create this table in Aqua studio as
create table foo(col1 varchar2);

gives

Warnings: --->
W (1):
<---
0 record(s) affected

The table is created. So what does this warnings mean? where and how do i check them?

Thanks in advance


---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Harrison 2007-09-17 17:31:29 Re: postgres catalog files problem
Previous Message Erik Jones 2007-09-17 17:17:49 Re: postgres catalog files problem