Re: psql tab completion for DO blocks

From: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: David Fetter <david(at)fetter(dot)org>
Cc: 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 00:24:55
Message-ID: 20100212092454.9D2F.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


David Fetter <david(at)fetter(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2010-02-12 01:06:16 Re: review: More frame options in window functions
Previous Message Robert Haas 2010-02-12 00:10:18 Re: review: More frame options in window functions