Re: [SQL] primary keys

From: Marin D <marin(at)iclub(dot)techno-link(dot)com>
To: Perry Seleski <seleski(at)ronix(dot)ptf(dot)hro(dot)nl>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] primary keys
Date: 1998-05-18 12:29:02
Message-ID: Pine.LNX.3.96.980518152436.4374B-100000@server.iclub.techno-link.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rachel Kay Street 1998-05-18 14:50:11 SQL Syntax: char to varchar type conversion(s)
Previous Message Perry Seleski 1998-05-18 07:48:30 primary keys