Functions in postgres

Поиск
Список
Период
Сортировка
От Victor Manuel Jaquez Leal
Тема Functions in postgres
Дата
Msg-id Pine.LNX.3.96.1000405115046.27383B-100000@linux1.coral.com.mx
обсуждение исходный текст
Ответ на Re: creating a function in psql  (Julie Hunt <jhunt@chac.qld.edu.au>)
Ответы Re: Functions in postgres  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Re: Functions in postgres  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Список pgsql-general
Hi!

I know that with \df you can see the functions available in postgres, but
there must be others not documented just like getpgusername().

My question is if are there a more complete list of postgres'
functions.  To be more specific I'm looking for a crypt function.

BTW

How do I implement a function in C that returns a varchar...

create function pgcrypt(opaqe) returns varchar....???

char *pgcrypt(char *text) ????


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

Предыдущее
От: "Andrew Snow"
Дата:
Сообщение: Problem report (dropping views that are called by other views)
Следующее
От: "Moray McConnachie"
Дата:
Сообщение: Re: Web-based PSQL?