postgres equivalent's

Pàgina inicial
Adjunts:
Missatge com a correu electrònic
+ (text/plain)
Delete this message
Reply to this message
Autor: Mike Starke
Data:  
Assumpte: 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