Re: Proposal for SYNONYMS - Mailing list pgsql-hackers

From William ZHANG
Subject Re: Proposal for SYNONYMS
Date
Msg-id dupnd5$vh8$1@news.hub.org
Whole thread Raw
In response to Proposal for SYNONYMS  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Responses Re: Proposal for SYNONYMS
List pgsql-hackers
SYNONYMS are symbolinks in database?   CREATE SYNONYMS bar FOR foo;   DROP TABLE foo;
Now bar point to an invalid object. Or should we let   DROP TABLE foo CASCADE;
to drop the SYNONYMS depended on the table?

Also need to add \d support for psql.

Regards,
William ZHANG




pgsql-hackers by date:

Previous
From: "Luke Lonergan"
Date:
Subject: Re: Merge algorithms for large numbers of "tapes"
Next
From: "Jonah H. Harris"
Date:
Subject: Re: Proposal for SYNONYMS