primary key problem

From: Mohammad Faisal <faisalchouhan(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: primary key problem
Date: 2001-09-10 08:08:46
Message-ID: 20010910080846.41987.qmail@web10602.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

hey all,

the primary key in postgreSQL is implemented as unique
index and the unique index can be deleted and as a
result the primary key constraints finishes.(oh a
problem)
what if i don't want an index on a table then in this
case how can i implement Primary key constraint.

any help........

thanks in advance

Faisal

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Egon Reetz 2001-09-10 08:49:04 Books
Previous Message Dong B Calmada 2001-09-10 03:47:46 Re: 'create view' error