Re: RFC: Query Planner making a distinction between Cross

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: RFC: Query Planner making a distinction between Cross
Дата
Msg-id Pine.LNX.4.33.0402121358490.6043-100000@css120.ihs.com
обсуждение исходный текст
Ответы Re: RFC: Query Planner making a distinction between Cross Database and Cross Schema ?  (Stef <stef@chronozon.artofdns.com>)
Список pgsql-hackers
On Thu, 12 Feb 2004, Stef wrote:

> > Ummmm.  Postgresql doesn't natively support cross database queries...
> > 
> 
> I know, but it does schema's, and currently, the same
> notation is used to specify schema's as 'cross database'.
> 
> So the planner often reports 'cross-database not allowed'
> in areas where it should at least report 'cross-schema
> support is unavailable for this'
> 
> case in point, the example trigger. i would have expected
> deliberate schemaname.table during an insert to work, but
> instead the parser complains about cross-database.

I would think just changing the error message to "no schema by the name of 
suchandsuch found" would make it pretty clear.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proposed Query Planner TODO items
Следующее
От: Stef
Дата:
Сообщение: Re: RFC: Query Planner making a distinction between Cross Database and Cross Schema ?