trivial question about unlogged tables

Поиск
Список
Период
Сортировка
От jmscott@setspace.com
Тема trivial question about unlogged tables
Дата
Msg-id 61356.76.183.20.251.1313207906.squirrel@panoz.setspace.com
обсуждение исходный текст
Ответы Re: trivial question about unlogged tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
pleasse pardon me for belaboring the obvious,
but why is the following sql create statement failing in a 9.1beta3 psql.

postgres@nocdb> psql --version
psql (PostgreSQL) 9.1beta3
contains support for command-line editing

postgres@nocdb> cat t.sql
create unlogged table t
(
    x    int
);

postgres@nocdb> psql -f t.sql
psql:t.sql:4: ERROR:  only temporary relations may be created in temporary
schemas

-j




В списке pgsql-novice по дате отправления:

Предыдущее
От: raghu ram
Дата:
Сообщение: Re: Alter table to add foreign key
Следующее
От: Tom Lane
Дата:
Сообщение: Re: trivial question about unlogged tables