Re: 9.4 release notes
От | Tatsuo Ishii |
---|---|
Тема | Re: 9.4 release notes |
Дата | |
Msg-id | 20140508.101727.2143336742980299890.t-ishii@sraoss.co.jp обсуждение исходный текст |
Ответ на | 9.4 release notes (Bruce Momjian <bruce@momjian.us>) |
Ответы |
Re: 9.4 release notes
|
Список | pgsql-hackers |
> I have completed the initial version of the 9.4 release notes. You can > view them here: > > http://www.postgresql.org/docs/devel/static/release-9-4.html > > I will be adding additional markup in the next few days. > > Feedback expected and welcomed. I expect to be modifying this until we > release 9.4 final. I have marked items where I need help with question > marks. -------------------------------------------------------------------------------------------- E.1.3.7.1. System Information Functions Add functions for error-free pg_class, pg_proc, pg_type, and pg_operator lookups (Yugo Nagata, Nozomi Anzai, Robert Haas) For example, to_regclass() does error-free lookups of pg_class, and returns NULL for lookup failures. -------------------------------------------------------------------------------------------- Probably "error-free" is too strong wording because these functions are not actualy error free. test=# select to_regclass('a.b.c.d'); ERROR: improper relation name (too many dotted names): a.b.c.d STATEMENT: select to_regclass('a.b.c.d'); Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp
В списке pgsql-hackers по дате отправления: