Re: \h open - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: \h open
Date
Msg-id 5236A33C.30004@vmware.com
Whole thread Raw
In response to \h open  (Oleg Bartunov <obartunov@gmail.com>)
List pgsql-hackers
On 16.09.2013 07:43, Oleg Bartunov wrote:
> I noticed there is nothing available in built-in psql help about OPEN
> command. Does it intentional ?

That's because there is no OPEN command. PL/pgSQL does have an OPEN 
statement, but that's just PL/pgSQL. And ecpg too, but again that's 
handled by ecpg, not the backend.

- Heikki



pgsql-hackers by date:

Previous
From: Ian Lawrence Barwick
Date:
Subject: Re: plpgsql.print_strict_params
Next
From: Satoshi Nagayasu
Date:
Subject: Re: [PATCH] Statistics collection for CLUSTER command