"D. Hageman" <[EMAIL PROTECTED]> writes:
> I am not sure that is wise to do the pg_table_is_visible check on those 
> commands.  In my humble opinion, those commands are for understanding the 
> layout/structure/nature of the database.  If you can't see all your 
> namespaces that you set in your search_path then it could distort ones 
> understanding of the database.  

What would you have it do --- list tables that you cannot actually
access without qualification?  That doesn't seem like an improvement to
me.

You could write "\d *.*" to see everything, or "\d test_1.*" and
"\d test_2.*" to see the full contents of those two schemas.  But
ISTM that \d without any schema qualification should only show tables
that you can access without any schema qualification.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to