two constrains for one column - Mailing list pgsql-general

From Ben-Nes Michael
Subject two constrains for one column
Date
Msg-id 3B569150.6070201@canaan.co.il
Whole thread Raw
Responses Re: two constrains for one column  ("Dr. Evil" <drevil@sidereal.kz>)
List pgsql-general
Hi All

im trying to do the next thing, is it possible ?

CREATE TABLE language (
language serial PRIMARY KEY,
shortcut char(2) NOT NULL, unique, -- like il,en,fr,sp
);



pgsql-general by date:

Previous
From: "Ben-Nes Michael"
Date:
Subject: Re: VACUUM ANALYZE
Next
From: Janning Vygen
Date:
Subject: Re: PG rules! (RULES being the word ;->)