question about creating/displaying [b]Functions[/b] in PSQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

question about creating/displaying [b]Functions[/b] in PSQL

Post by myleow »

If you have a function created, how do you display it out?

Like when you type \dt it displays all tables and \ds will display all sequence.

\d display everything but how to display your functions? Where are they store if i have created it but want to look at how it work again.

Regards
Mian
Post Reply