Re: Version Number Function?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Version Number Function?
Дата
Msg-id 603c8f070810141241l7a26fef7p2b2864f20c229aea@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Version Number Function?  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
> There must be a way to get string_to_array() to evaluate only once, yes?

WITH, but that's not going to help you for backward compatibility.

If you used plpgsql you could assign the string_to_array result to a
variable and then work off the variable, but I'm not sure that's
really better.

...Robert


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: spoonbill is failing citext test
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Improving planner variable handling