Re: sequences in schemas - Mailing list pgsql-general

From Pierre-Frédéric Caillaud
Subject Re: sequences in schemas
Date
Msg-id opsdmycqn3cq72hf@musicbox
Whole thread Raw
In response to sequences in schemas  (Joe Maldonado <jmaldonado@webehosting.biz>)
List pgsql-general
    You forgot the ";"

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


pgsql-general by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: Performance on 7.4 vs 7.2?
Next
From: Pierre-Frédéric Caillaud
Date:
Subject: Re: Types and SRF's