Re: psql tab completion for DO blocks

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql tab completion for DO blocks
Date: 2010-02-12 02:21:02
Message-ID: 4B74BB0E.5030602@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Fetter escreveu:
> It's consistent with how we do CREATE FUNCTION, where the order of
> parameters after RETURNS is arbitrary.
>
If it is arbitrary the synopsis is wrong because it is imposing that code
should be written after DO. It should be:

DO { [ LANGUAGE lang_name ] | code } ...

--
Euler Taveira de Oliveira
http://www.timbira.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2010-02-12 02:38:03 Re: psql tab completion for DO blocks
Previous Message David Fetter 2010-02-12 01:35:38 Re: psql tab completion for DO blocks