proposition of functionality to add

Поиск
Список
Период
Сортировка
От Robert Partyka
Тема proposition of functionality to add
Дата
Msg-id 3FBD1281.4050209@wdg.pl
обсуждение исходный текст
Список pgsql-general
Hi,

meybe it will be usefull if such add functionality to select:
(example of working)
we have:
Table "BAR"
a | integer
b | varchar

working:
select * as foo_* from bar;

progress to:
select a as foo_a, b as foo_b from bar;

regards
R. Partyka


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

Предыдущее
От: "Brian H Mayo"
Дата:
Сообщение: RAISE EXCEPTION not working
Следующее
От: igor
Дата:
Сообщение: Re: why ORDER BY works wrong in pg7.3.4?