Open Source Blog - Java,Python,Linux
Enjoy Programming With Open Source!! OpenSource Blog - Java,Python,Linux,Cloud Computing..
Pages
(Move to ...)
Home
▼
Friday, September 24, 2010
Postgres - 8.3 Default Tables
If you want to see the list of available procedures,
run the following query.
select * from pg_proc
If you want to see the list of available triggers,
run the following query.
select * from pg_trigger
If you want to see the list of available datatypes,
run the following query.
select * from pg_type
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment