Re: How can I quit this: "Unique " to my table? - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: How can I quit this: "Unique " to my table?
Date
Msg-id Pine.LNX.4.44.0304011725230.23310-100000@matrix.gatewaynet.com
Whole thread Raw
In response to How can I quit this: "Unique " to my table?  (Luis Mix <ksql2002@yahoo.com.mx>)
Responses Re: How can I quit this: "Unique " to my table?  (Ian Barwick <barwick@gmx.net>)
List pgsql-sql
On Tue, 1 Apr 2003, Luis Mix wrote:

> Hello pgsql-sql,
> 
>   When my table was create I wrote this:
> 
>   MyDatabase=# create table b_prestamo(no_inventa char(16) unique not
>   null, cve_area char(10), date1 date);
>   I need now that my table can accept repeated records, but not Null.
>   How can I do that?
>   SomeBody can help me please?
>   My table has information at the moment,what can I do for maintain
>   it?

drop index b_prestamo_no_inventa_idx;

>   
>   
> 
> 

-- 
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



pgsql-sql by date:

Previous
From: Luis Mix
Date:
Subject: How can I quit this: "Unique " to my table?
Next
From: Achilleus Mantzios
Date:
Subject: Re: How can I quit this: "Unique " to my table?