Functions in postgres - Mailing list pgsql-general

From Victor Manuel Jaquez Leal
Subject Functions in postgres
Date
Msg-id Pine.LNX.3.96.1000405115046.27383B-100000@linux1.coral.com.mx
Whole thread Raw
In response to Re: creating a function in psql  (Julie Hunt <jhunt@chac.qld.edu.au>)
Responses Re: Functions in postgres
Re: Functions in postgres
List 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 by date:

Previous
From: "Andrew Snow"
Date:
Subject: Problem report (dropping views that are called by other views)
Next
From: "Moray McConnachie"
Date:
Subject: Re: Web-based PSQL?