Re: Can I get rid of the schemas?

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: Can I get rid of the schemas?
Дата
Msg-id 20031129173059.51585.qmail@web20809.mail.yahoo.com
обсуждение исходный текст
Ответ на Can I get rid of the schemas?  ("Gerwin Philippo" <gerwin@vernet.nl>)
Список pgsql-general
--- Gerwin Philippo <gerwin@vernet.nl> wrote:
> In itself, the schema thing in version 7.4 is a good
> thing, but I'm
> migrating from a postgres/msacces combination in 7.2
> to 7.4, and I'm not to
> keen on every table in msacces appearing a
> public_<tablename>. Is there a
> way to avoid this?

I believe not.

"schema1.mytable" and "schema2.mytable" are entirely
separate entities, even though they have the same
name.  How else could they be distinguished, if not by
the schema qualification?

If you link from Access to tables in any other DBMS
that supports schemas (e.g. MS SQL Server), you will
find the same thing.

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much
Следующее
От: greg@turnstep.com
Дата:
Сообщение: Re: CREATE SCHEMA $1?