Re: newbie question

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: newbie question
Дата
Msg-id 3E75FB7E.7000005@openratings.com
обсуждение исходный текст
Ответ на newbie question  ("Said Badrul Nahar" <saidbn@yahoo.com>)
Список pgsql-general
You cannot do that in postgres - it can only see tables in the database you are currently connected to.
7.3 has notion of schema though - that lets you have tables with the same names in the same database, but different
'schemas'.

I hope, it helps..

Dima

sowbug wrote:
> I have been using mysql, but am switching to postgres.  Can someone
> tell me the proper syntax for associating a table with a particular
> database.  In mysql the syntax is databasename.table name, but have
> found out this doesn't work in postgres.  I have tables with the same
> names, but in different databases and need to specify which database
> to use within my sql. e.g:
> Mysql: select * from db.table;
> Pgsql: select * from db.table;//doesn't work!!
>
> What's the proper syntax??
>
> regards,
> Brian


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Data TYPE Creation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Feature request for postgresSQL