Re: Observed an issue in CREATE TABLE syntax - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Observed an issue in CREATE TABLE syntax
Date
Msg-id 6551.1396622375@sss.pgh.pa.us
Whole thread Raw
In response to Observed an issue in CREATE TABLE syntax  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
List pgsql-hackers
Rajeev rastogi <rajeev.rastogi@huawei.com> writes:
> Should we not throw error for above syntaxes?

No.  There's nothing wrong with those statements, and complaining about
them will accomplish nothing except to break applications that used to
work.  Admittedly, code that generates such declarations would be a bit
sloppy, but people won't thank us for breaking it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal: COUNT(*) (and related) speedup
Next
From: Andres Freund
Date:
Subject: Re: tests for client programs