Re: CREATE SYNONYM ...

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: CREATE SYNONYM ...
Дата
Msg-id 440F2208.2030809@pse-consulting.de
обсуждение исходный текст
Ответ на Re: CREATE SYNONYM ...  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway wrote:

>
>
> I'm still unconvinced that this feature would be sufficiently useful to
> justify the maintenance burden, in addition to the added complexity:
> even if it is implemented in a way that imposes minimal *runtime*
> overhead, new features add complexity: introducing a bunch of new DDL
> commands and a new concept ("synonyms") makes the system more difficult
> for users to understand.

Synonyms appear to me a little like domains. I like them to abstract
from proprietary data types. Similar, leightweight synonyms (pg_class
entries) allow some abstraction if needed, without using rules. I don't
think that synonyms are more difficult to understand than domains.

Regards,
Andreas

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [HACKERS] Add switches for DELIMITER and NULL in pg_dump COPY
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: CREATE SYNONYM ...