Re: CREATE SYNONYM ... - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: CREATE SYNONYM ...
Date
Msg-id 440F2208.2030809@pse-consulting.de
Whole thread Raw
In response to Re: CREATE SYNONYM ...  (Neil Conway <neilc@samurai.com>)
List 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 by date:

Previous
From: Greg Stark
Date:
Subject: Re: [HACKERS] Add switches for DELIMITER and NULL in pg_dump COPY
Next
From: "Jonah H. Harris"
Date:
Subject: Re: CREATE SYNONYM ...