creation of tables with warnings

Поиск
Список
Период
Сортировка
От SHARMILA JOTHIRAJAH
Тема creation of tables with warnings
Дата
Msg-id 93132.36513.qm@web31105.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: postgres catalog files problem  ("Josh Harrison" <joshques@gmail.com>)
Ответы Re: creation of tables with warnings  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: postgres catalog files problem
Следующее
От: "Josh Harrison"
Дата:
Сообщение: Re: postgres catalog files problem