Re: bytea vs. pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bytea vs. pg_dump
Дата
Msg-id 18163.1249341511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: bytea vs. pg_dump  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: bytea vs. pg_dump  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
One other stylistic gripe: I don't much like inserting a GUC variable
definition into builtins.h --- that file has traditionally only
contained function extern declarations.  The best alternative I can
think of is to move the bytea-related stuff into a new include file
include/utils/bytea.h.  Has anyone got an objection or a better idea?
        regards, tom lane


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

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: mixed, named notation support
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: SE-PostgreSQL Specifications