Re: [SQL] primary keys

Marin D <marin@iclub.techno-link.com>

From: Marin D <marin@iclub.techno-link.com>
To: Perry Seleski <seleski@ronix.ptf.hro.nl>
Cc: pgsql-sql@postgreSQL.org
Date: 1998-05-18T12:29:02Z
Lists: pgsql-sql
Just use the ANSI SQL syntax


On Mon, 18 May 1998, Perry Seleski wrote:

> 
> CREATE TABLE Homepages (
> 	URL			varchar(80) PRIMARY KEY,
> 

	
Marin