Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Why no create synonym in postgres?



Hey Guys,

Just wondering why there is no create synonym command in postgres?

I've seen some reasons why not i.e. "people rely on the synonym and then it changes" - but hey, people rely on views and tables and they can be dropped..

Synonyms are useful because they can give you such flexibility. For instance right now we want to create a synonym for a sequence so that django can use it (and insert into a view). They exist and are used in other database systems (e.g. Oracle ) because they are useful. Synonyms please! :-) I saw a patch for it so it must be possible..

cheers,

Simon Redfern




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group