creation of tables with warnings - Mailing list pgsql-general

From SHARMILA JOTHIRAJAH
Subject creation of tables with warnings
Date
Msg-id 93132.36513.qm@web31105.mail.mud.yahoo.com
Whole thread Raw
In response to Re: postgres catalog files problem  ("Josh Harrison" <joshques@gmail.com>)
Responses Re: creation of tables with warnings  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List 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.

pgsql-general by date:

Previous
From: Erik Jones
Date:
Subject: Re: postgres catalog files problem
Next
From: "Josh Harrison"
Date:
Subject: Re: postgres catalog files problem