Vincent Predoehl wrote: > Sent: Saturday, January 17, 2009 5:33 AM > Does postgresql have a system table that has the table > structure of user tables, like systables and sysobjects in MS > SQL Server? All the details about database objects are in the system catalogs: http://www.postgresql.org/docs/current/static/catalogs.html but, unless you need implementation specific details, most of the time you are better off with the standard SQL information schema: http://www.postgresql.org/docs/current/static/information-schema.html Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general