Re: [GENERAL] tables & retrieving their names

2005-02-21 Thread Michael Fuhr
On Mon, Feb 21, 2005 at 03:45:42PM -0800, Mohsen Pahlevanzadeh wrote: > 2.How i see name of my tables in shell? > 3.How i see name of my DBs in shell? See the psql documentation: http://www.postgresql.org/docs/8.0/static/app-psql.html See also "System Catalogs" and "The Information Schema": ht

[GENERAL] tables & retrieving their names

2005-02-21 Thread Mohsen Pahlevanzadeh
Dears,I'm newbie in pgsql. I have a few question: 1.I need to use command of MySQL in pgsql. 2.How i see name of my tables in shell? 3.How i see name of my DBs in shell? 4.How i retrieve tables's name in C? 5.How i retrieve DBs's name in C? Yours,Mohsen. ---(end of broadca