ALTER TABLE ... ALTER COLUMN ... SET DISTINCT - Mailing list pgsql-hackers

From Robert Haas
Subject ALTER TABLE ... ALTER COLUMN ... SET DISTINCT
Date
Msg-id 603c8f070904032113p344a9e14s14738ef0e436b00d@mail.gmail.com
Whole thread Raw
Responses Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT  (marcin mank <marcin.mank@gmail.com>)
List pgsql-hackers
Per previous discussion.

http://archives.postgresql.org/message-id/8066.1229106059@sss.pgh.pa.us
http://archives.postgresql.org/message-id/603c8f070904021926g92eb55sdfc68141133957c1@mail.gmail.com

I decided on SET DISTINCT rather than SET NDISTINCT for the DDL
command because DISTINCT is already a keyword, and there didn't seem
to be any compelling reason to invent a new one.

...Robert

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Python 3.0 does not work with PL/Python
Next
From: Heikki Linnakangas
Date:
Subject: Re: Documentation Update: Document pg_start_backup checkpoint behavior