Re: psql tab completion for DO blocks - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: psql tab completion for DO blocks
Date
Msg-id 4B74BB0E.5030602@timbira.com
Whole thread Raw
In response to Re: psql tab completion for DO blocks  (David Fetter <david@fetter.org>)
Responses Re: psql tab completion for DO blocks
List 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/


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: psql tab completion for DO blocks
Next
From: David Fetter
Date:
Subject: Re: psql tab completion for DO blocks