UNION DISTINCT in doc - Mailing list pgsql-hackers

From Hitoshi Harada
Subject UNION DISTINCT in doc
Date
Msg-id AANLkTin7GPJf4Op7YLpRVqXqoBunssrdf3JdQX3mb16Y@mail.gmail.com
Whole thread Raw
Responses Re: UNION DISTINCT in doc
Re: UNION DISTINCT in doc
List pgsql-hackers
I found PostgreSQL accepts UNION DISTINCT but documents don't mention it.

http://www.postgresql.org/docs/9.0/static/sql-select.html#SQL-UNION

select_statement UNION [ ALL ] select_statement

UNION DISTINCT is nothing more than UNION itself, but gram.y
definitely accept it and the SQL standard describes it as well. Should
we add DISTINCT to docs?

Regards,

-- 
Hitoshi Harada


pgsql-hackers by date:

Previous
From: Hitoshi Harada
Date:
Subject: Re: First patch proposal
Next
From: Alastair Turner
Date:
Subject: Re: First patch proposal