Re: [SQL] problem creating table

From: Oliver Graf <olli(at)casbah(dot)ruhr(dot)de>
To: blackgr <blackgr(at)alltel(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] problem creating table
Date: 1999-07-04 09:58:51
Message-ID: 99070412003400.01622@casbah
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> [...]
> CREATE TABLE entity (
> [...]
> position int2 not null,
CONSTRAINT entitiy_pk
> PRIMARY KEY (entity_id_number));
>
> [...]
>
> CREATE TABLE phone (
> [...]
> area_code char(3) not null,
CONSTRAINT phone_pk
> PRIMARY KEY (phone_id_number));

--
Oliver Graf
Oberhofstr. 11
D-44575 Castrop-Rauxel, Germany
Phone: +49 2305 14230
http://www.ruhr.de/home/casbah/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Herouth Maoz 1999-07-04 11:09:33 Re: [SQL] Escaping w/i regular expressions
Previous Message Tom Lane 1999-07-03 16:22:10 Re: [SQL] problem creating table