Re: Query prepared plan

Поиск
Список
Период
Сортировка
От Emi Lu
Тема Re: Query prepared plan
Дата
Msg-id 488E17BE.9000107@encs.concordia.ca
обсуждение исходный текст
Ответ на Re: Query prepared plan  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Query prepared plan  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-sql
Tom Lane wrote:
> Emi Lu <emilu@encs.concordia.ca> writes:
>> Somebody know about how to find prepared query plan through command line?
> 
>     PREPARE fooplan(...)
>     EXPLAIN EXECUTE fooplan(...)
> 
Thank you Tom.

Similar to \dt to show all tables, within one session, may I know the 
command to list all prepared query plan please?

For example,
[1]\dX   show all defined prepared query plan
[2]\dX planName   show the definition of the named plan.

Thanks a lot!


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Encrytion in postgres field in table
Следующее
От: Milan Oparnica
Дата:
Сообщение: Re: PERSISTANT PREPARE (another point of view)