Re: Review: UNNEST (and other functions) WITH ORDINALITY

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Review: UNNEST (and other functions) WITH ORDINALITY
Дата
Msg-id CA+TgmobWg86k+VZT7+znZ-dVoxT8mt4xBGUiEvVeCbbzC3LGPw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Review: UNNEST (and other functions) WITH ORDINALITY  (Greg Stark <stark@mit.edu>)
Ответы Re: Review: UNNEST (and other functions) WITH ORDINALITY
Список pgsql-hackers
On Tue, Aug 6, 2013 at 6:10 PM, Greg Stark <stark@mit.edu> wrote:
The only other case I could come up with in my regression tests is pretty esoteric:

CREATE COLLATION nulls (locale='C');
ALTER OPERATOR CLASS text_ops USING btree RENAME TO first;
CREATE TABLE nulls_first(t text);
CREATE INDEX nulls_first_i ON nulls_first(t COLLATE nulls first);

I'm not 100% sure there aren't other cases where this can occur though.

Blech.  Well, that's why we need to stop hacking the lexer before we shoot a hole through our foot that's too large to ignore.  But it's not this patch's job to fix that problem.
 
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How to create read-only view on 9.3
Следующее
От: David Fetter
Дата:
Сообщение: Re: How to create read-only view on 9.3