pg_options.sample

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pg_options.sample
Дата
Msg-id 20001214100053W.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: pg_options.sample  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
pg_options.sample coming with 7.0.x does not work because:

1) it exceeds 4096 bytes while read_pg_options() reads only first 4096  bytes of it.

2) it allows spaces around "=" while parese_options() does not.

Apparently the sample file was brought in without enough testings when
7.0 was developed. What should we do now?

Should we fix pg_options code so that PostgreSQL accepts the sample
file?  Or just leave it and add a new entry to the FAQ?
--
Tatsuo Ishii


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Beta1 starting date?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: Bug in ILIKE function?