Discussion:
seeing tables across databases
(too old to reply)
Jodi Kanter
2004-07-09 19:42:19 UTC
Permalink
I am working with a colleague who is using postgres to create a number
of databases. On his system when he views his tables (\d) he can see
tables from other databases - not all of them but some. He cannot access
them as the user he is signed in as because he does not have privileges,
but he can see them. When he dropped that database and then recreated it
(without making tables) he could then only see those few tables from the
other database.
I had him run a revoke all on public first but that did not correct it.
Strangly enough he cannot see many of the other tables from other
databases.
I have several databases on my system and do not have this problem. Is
there some setting that I am not aware of that could explain this
situation? thoughts?
Thanks
Jodi Kanter
--
/_______________________________
//Jodi L Kanter
BioInformatics Database Administrator
University of Virginia
(434) 924-2846
***@virginia.edu <mailto:***@virginia.edu>/



/ /

/ /
Marie G. Tuite
2004-07-09 21:12:59 UTC
Permalink
Post by Jodi Kanter
I am working with a colleague who is using postgres
to create a number
of databases. On his system when he views his tables
(\d) he can see
tables from other databases - not all of them but
some. He cannot access
them as the user he is signed in as because he does
not have privileges,
but he can see them. When he dropped that database
and then recreated it
(without making tables) he could then only see those
few tables from the
other database.
I had him run a revoke all on public first but that
did not correct it.
Strangly enough he cannot see many of the other
tables from other
databases.
I have several databases on my system and do not
have this problem. Is
there some setting that I am not aware of that could
explain this
situation? thoughts?
Thanks
Jodi Kanter
The tables visible before adding new tables --
presumably these are the tables present in the
template being used to create the database?



__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Loading...