Re: default to WITHOUT OIDS

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: default to WITHOUT OIDS
Дата
Msg-id 4232908C.5080808@samurai.com
обсуждение исходный текст
Ответ на Re: default to WITHOUT OIDS  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Список pgsql-patches
Qingqing Zhou wrote:
> !    gettext_noop("Create new tables with OIDs by default."),
> without?

Right: if the variable is "on", Postgres will "create new tables with
OIDs by default". If the variable is "off", it won't. This is similar to
how the check_function_bodies GUC var is already documented.

(Speaking of which, it would be good if the descriptions of the GUC
variables were more consistent with one another. Some say that a
variable "Sets the threshold of FROM items beyond which GEQO will be
used", for example, whereas others merely state what the variable
controls -- e.g. "Encrypt passwords".)

-Neil

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] bcc32.mak for libpq broken? (distro 8.0.0)
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgcrypto: openssl digest fix