postgres equivalent's

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Mike Starke
Data:  
Oggetto: postgres equivalent's
How can I find the postgres equivalent commands to these
mysql one's:
------------------

mysqlshow

mysqladmin create <db>

show tables;

describe <table>;

------------------
v/r
-mike