On Fri, Jun 28, 2013 at 11:41 AM, Alvaro Herrera <[email protected]> wrote: > Robert Haas escribió: >> On Thu, Jun 27, 2013 at 8:52 PM, Nicholas White <[email protected]> wrote: > >> The documentation you've added reads kind of funny to me: >> >> + [respect nulls]|[ignore nulls] >> >> Wouldn't we normally write that as [ [ RESPECT | IGNORE ] NULLS ] ? > > I think it should be > [ { RESPECT | IGNORE } NULLS ] > One of the leading keywords must be present.
Oh, yeah. What he said. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
