Re: [COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.
Дата
Msg-id 20070412154523.GD15947@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: RESET SESSION, plus related new DDL commands.  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
Neil Conway wrote:
> Log Message:
> -----------
> RESET SESSION, plus related new DDL commands.

This phrase is missing a verb:
The default value is defined as the value that the parameter wouldhave had, if no <command>SET</> ever been issued for
itin thecurrent session. 
 

/pgsql/doc/src/sgml/ref/reset.sgml


I find this markup strange:

<synopsis>      SET SESSION AUTHORIZATION DEFAULT;      RESET ALL;      DEALLOCATE ALL;      CLOSE ALL;      UNLISTEN
*;     RESET PLANS;      RESET TEMP;
 
</synopsis>

shouldn't it be using <programlisting> ?


In ResetTempTableNamespace(void), shouldn't it be using myTempNamespace
instead of the SysCache lookup?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Makefile patch to make gcov work on Postgres contrib modules
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Benchmarking tools for the Postgres, EDB and Oracle Database