Re: psql tab completion for DO blocks

Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>

From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: David Fetter <david@fetter.org>
Cc: Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2010-02-12T00:24:55Z
Lists: pgsql-hackers
David Fetter <david@fetter.org> wrote:

> > Syntax of DO command is:
> >     DO code [ LANGUAGE lang_name ]
> 
> That's not the only syntax.
>     DO [LANGUAGE lang_name] code
> also works, e.g.:

Hmmm, but we mention only above syntax in the documentation.
http://developer.postgresql.org/pgdocs/postgres/sql-do.html

Should we fix the documentation when we add the tab completion?

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center