Re: Proposal for SYNONYMS

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: Proposal for SYNONYMS
Дата
Msg-id 36e682920603091342t5228cd8er3c727ffb752991e0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal for SYNONYMS  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Proposal for SYNONYMS  (elein <elein@varlena.com>)
Re: Proposal for SYNONYMS  (Kris Jurka <books@ejurka.com>)
Список pgsql-hackers
On 3/9/06, Josh Berkus <josh@agliodbs.com> wrote:
1) Is there a SQL standard for this?

Nope.

2) For my comprehension, what's the difference between a SYNONYM and a
single-object (possibly updatable) view?

Not a whole lot actually.  If we had updateable views, I'd suggest that people change their create synonym syntax to create view.  However, it would take substantially more work to implement updatable views than synonyms and the functionality of updatable views is substantially different than the use of synonyms alone.  If/when updatable views are implemented, I wouldn't have a problem switching create synonym to actually create a view.

--
Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
732.331.1324

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Proposal for SYNONYMS
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Coverity Open Source Defect Scan of PostgreSQL