Re: Query prepared plan

Поиск
Список
Период
Сортировка
От Emi Lu
Тема Re: Query prepared plan
Дата
Msg-id 4889E2E1.5030708@encs.concordia.ca
обсуждение исходный текст
Ответ на Query prepared plan  (Emi Lu <emilu@encs.concordia.ca>)
Ответы Re: Query prepared plan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
> Good morning,
> 
> May I know the "commands" to
> . show current session's prepared plans
> . see the definition of a prepared plan
> 
> E.g., psql> PREPARE fooplan (int, text, bool, numeric) AS INSERT INTO 
> foo VALUES($1, $2, $3, $4);
> 
> (1) Similar to "\dt", I want to see "fooplan"
> (2) Similar to "\d tableName", how to see the plan def?


Somebody know about how to find prepared query plan through command line?

Thanks a lot!







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

Предыдущее
От: Milan Oparnica
Дата:
Сообщение: Re: PERSISTANT PREPARE (another point of view)
Следующее
От: "Igor Neyman"
Дата:
Сообщение: Re: A table with two names or table alias