Seeking concise PL/pgSQL syntax diagram

From: "Dean Arnold" <darnold(at)presicient(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Seeking concise PL/pgSQL syntax diagram
Date: 2003-11-18 23:24:33
Message-ID: RSxub.31921$eK6.6949@newssvr25.news.prodigy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I checked the 7.4 PL/pgSQL docs but couldn't find
a concise grammar description
e.g. a BNF diagram...is any such thing
available online ? I'm looking to possibly port a stored
procedure debugger I'm writing to support Pg.
(I'd prefer *not* to wade thru a lex/yacc definition)

TIA,
Dean Arnold
Presicient Corp.
www.presicient.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-11-18 23:41:35 Re: Point-in-time data recovery - v.7.4
Previous Message Oliver Elphick 2003-11-18 22:42:31 Re: AUTOCOMMIT didn't work...