Re: [SQL] problem creating table - Mailing list pgsql-sql

From Oliver Graf
Subject Re: [SQL] problem creating table
Date
Msg-id 99070412003400.01622@casbah
Whole thread Raw
In response to problem creating table  (blackgr <blackgr@alltel.net>)
List 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/


pgsql-sql by date:

Previous
From: "John Ridout"
Date:
Subject: Tips and tricks
Next
From: Herouth Maoz
Date:
Subject: Re: [SQL] Type Conversion: int4 -> Money