sequences in schemas

Поиск
Список
Период
Сортировка
От Joe Maldonado
Тема sequences in schemas
Дата
Msg-id 41349493.60307@webehosting.biz
обсуждение исходный текст
Ответы Re: sequences in schemas  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
Re: sequences in schemas  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-general
Hello,
How come within a create schema block I cannot create a sequence?
I have entered in:

CREATE SCHEMA joe
    CREATE SEQUENCE joe_seq start 1
    CREATE TABLE joe_table (int id, varchar name)
;

and I get a syntax error for SEQUENCE. though if it is just tables I do not

-Joe

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

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: pltcl.so problem..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Overloading '<' operator