RE: [SQL] Autogenerated Unique Index

From: Andrzej Mazurkiewicz <andrzej(dot)mazurkiewicz(at)polkomtel(dot)com(dot)pl>
To: "'Antonio W(dot) Lagnada'" <alagnada(at)lsil(dot)com>, Pgsql-sql <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: [SQL] Autogenerated Unique Index
Date: 2000-03-07 14:30:38
Message-ID: 13288F4408ADD11186FF0060B06A431303648CA3@MSGWAW1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

cfmg_adm=> CREATE TABLE A (
cfmg_adm(> B int NOT NULL,
cfmg_adm(> C char(5),
cfmg_adm(> PRIMARY KEY (B)
cfmg_adm(> );
NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'a_pkey' for
table
'a'
CREATE
cfmg_adm=>
Regards,
Andrzej Mazurkiewicz

> -----Original Message-----
> From: Antonio W. Lagnada [SMTP:alagnada(at)lsil(dot)com]
> Sent: 7 marca 2000 14:41
> To: Pgsql-sql
> Subject: [SQL] Autogenerated Unique Index
>
> Can someone give me a step-by-step instructions on how to generate a
> unique autogenerated index in PostgreSQL?
>
> --
> Antonio W. Lagnada
>
>
> 952.921.8533
> alagnada(at)lsil(dot)com_NOSPAM
> Remove the _NOSPAM for
> the actual email address
> << File: Card for Antonio W. Lagnada >>

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Antonio W. Lagnada 2000-03-07 15:05:10 Re: [SQL] Autogenerated Unique Index
Previous Message Antonio W. Lagnada 2000-03-07 13:41:07 Autogenerated Unique Index