Hello,
use the following SQL statement
SELECT relname FROM pg_class WHERE relkind = 'r' AND
relowner = YOURDBIDENTIFIER
ORDER BY relname
Where YOURDBIDENTIFIER is the DB Identifier
To get the DB Identifier use
SELECT datdba FROM pg_database WHERE datname = 'mydatabase'
Hope that helps ?
Best regards
Manfred Peter
Alligator Company Software GmbH
http://www.alligatorsql.com