Re: minor SELECT doc patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: minor SELECT doc patch
Date: 2003-03-18 04:42:31
Message-ID: 200303180442.h2I4gV101059@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Neil Conway wrote:
> The documentation for SELECT is incorrect in a sense: the syntax for a
> join is defined as:
>
> from_item [ NATURAL ] join_type from_item
> [ ON join_condition | USING ( join_column_list ) ]
>
> However, if the join_type is an INNER or OUTER join, an ON, USING, or
> NATURAL clause *must* be specified (it's not optional, as that segment
> of the docs suggest).
>
> I'm not exactly sure what the best way to fix this is, so I've attached
> a patch adding a FIXME comment to the relevant section of the SGML. If
> anyone has any ideas on the proper way to outline join syntax, please
> speak up.
>
> Cheers,
>
> Neil
> --
> Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC
>
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-18 04:44:33 Re: [HACKERS] SQL99 ARRAY support proposal
Previous Message Nigel J. Andrews 2003-03-18 01:54:17 Re: InvalidOid & C++