Re: [SQL] weird situation, BUG or I'm not doing it right

2002-08-26 Thread Jiaqing Wang
oss J. Reedstrom Sent: Saturday, August 24, 2002 9:28 PM To: Jiaqing Wang Cc: [EMAIL PROTECTED] Subject: Re: [SQL] weird situation, BUG or I'm not doing it right On Sat, Aug 24, 2002 at 10:56:31PM -0700, Jiaqing Wang wrote: > Hello, > > I found below situation weird, it seems to me

[SQL] how to refer to tables in another database( or schema as oracle refersto)

2002-08-19 Thread Jiaqing
Hello, I'm still new here and new to PostgreSQL, I'd like to know that after I have created two databases on my site, such as one is called backend, and another one is called admin, how do I refer(query) the table from backend while I'm connected to admin database, or is it possible to do that