question on 'create domain'

From: "Denis Grannell" <dgrannell(at)web(dot)de>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: question on 'create domain'
Date: 2003-02-16 17:24:08
Message-ID: CPEILEFDMABJJOMBLGOGCEHKCCAA.dgrannell@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Sorry if this is a known problem or a faq, but I couldn't
find anything about it:

I'm using postgres 7.2.3 on Solaris and I can't create
domains. The syntax I'm using is lifted directly from the
postgres documentation:

CREATE DOMAIN country_code char(2) NOT NULL;

This throws up the following error:

pubs=# CREATE DOMAIN country_code char(2) NOT NULL;
ERROR: parser: parse error at or near "domain"

thanks for any tips,

Denis Grannell

_________________________________________________________
| Denis Grannell, Kapuzinerstr. 45, 80469 Munich, Germany |
| Tel: +49 89 2013672 Fax: +49 89 2022875 |
|_________________________________________________________|

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2003-02-16 17:56:05 Re: question on 'create domain'
Previous Message Denis Grannell 2003-02-16 17:20:26 question on "create domain"