sequences in schemas

Поиск
Список
Период
Сортировка
От Joe Maldonado
Тема sequences in schemas
Дата
Msg-id 41349493.60307@webehosting.biz
обсуждение исходный текст
Ответы Re: sequences in schemas
Re: sequences in schemas
Список 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 по дате отправления: