schema.table.column syntax no longer supported?

Поиск
Список
Период
Сортировка
От Matthew Bellew
Тема schema.table.column syntax no longer supported?
Дата
Msg-id h2x480de0691004151629m2d42937cs8dace11e4c677c43@mail.gmail.com
обсуждение исходный текст
Ответы Re: schema.table.column syntax no longer supported?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-testers
[TEST REPORT]
[Release]: 9.0Alpha4
[Test Type]: Application
[Test]: SELECT w/ schema qualified table name
[Platform]: Snow Leopard
[Parameters]:
[Failure]: comptibility issue, fails under 9.0 works 8.x
[Results]:

  create schema S;
  create table S.T (x int, y int);
  select S.T.* from S.T;

results in this error
  ERROR:  invalid reference to FROM-clause entry for table "t"

This was hit while trying to install a server (www.labkey.org).  The
install scripts had dozens of failures of this type under 9.0Alpha4.
INSERT,UPDATE,DELETE had variations on this error message.

[Comments]:

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

Предыдущее
От: "Erik Rijkers"
Дата:
Сообщение: Re: testing HS/SR - performance difference primary vs. standby
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: schema.table.column syntax no longer supported?