pg_aggregate weird stuff

Поиск
Список
Период
Сортировка
От Alexander Cohen
Тема pg_aggregate weird stuff
Дата
Msg-id 53C226A4-72B2-11D8-A5E2-000A95B947DC@toomuchspace.com
обсуждение исходный текст
Ответы Re: pg_aggregate weird stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Im trying to get a list of aggregate names. So i do "SELECT aggfnoid
FROM pg_aggregate" to get a list of Oid of the functions. But this
column seems to return names and not Oid's of the procs. Is this
normal, how can i get  a loist of proc Oid's for the aggregtates?

thanks!
--
Alexander Cohen
http://www.toomuchspace.com
(819) 348-9237
(819) 432-3443


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

Предыдущее
От:
Дата:
Сообщение: Re: More Deadlock Detection on Insert
Следующее
От: Dexter Tad-y
Дата:
Сообщение: Re: [NEWBIE] need help optimizing this query