From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: CREATE SYNONYM ... |
Date: | 2006-03-08 18:27:20 |
Message-ID: | 440F2208.2030809@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jonah H. Harris | 2006-03-08 20:11:57 | Re: CREATE SYNONYM ... |
Previous Message | Greg Stark | 2006-03-08 17:03:07 | Re: Add switches for DELIMITER and NULL in pg_dump COPY |