sequences in schemas - Mailing list pgsql-general

From Joe Maldonado
Subject sequences in schemas
Date
Msg-id 41349493.60307@webehosting.biz
Whole thread Raw
Responses Re: sequences in schemas  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
Re: sequences in schemas  (Manfred Koizar <mkoi-pg@aon.at>)
List 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 by date:

Previous
From: "Ian Harding"
Date:
Subject: pltcl.so problem..
Next
From: Tom Lane
Date:
Subject: Re: Overloading '<' operator