Table symbolic link - Mailing list pgsql-admin

From Campbell, Lance
Subject Table symbolic link
Date
Msg-id B75CD08C73BD3543B97E4EF3964B7D7020395771@CITESMBX1.ad.uillinois.edu
Whole thread Raw
Responses Re: Table symbolic link  (Craig James <cjames@emolecules.com>)
Re: Table symbolic link  (Victor Yegorov <vyegorov@gmail.com>)
Re: Table symbolic link  (Joe Conway <mail@joeconway.com>)
Re: Table symbolic link  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Table symbolic link  (Scott Whitney <scott@journyx.com>)
Re: Table symbolic link  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-admin

PostgreSQL 9.5.x

 

I have 16 web applications using a single database.  Some of the tables in the database are used by many of the applications.  I wanted to rename a particular table.  The issue is that I would have to change every application then stop all the applications and then redeploy them after renaming the table to the new name. 

 

The better strategy would be to rename the table to the new name and add a symbolic table that link to the new table name.  Then as I make changes to each application I can point them to the new name.  Maybe in a year I could delete the symbolic table name.

 

Is this possible?  I have not seen a symbolic table name feature but I thought I would ask.

 

If this is not currently possible it might be something to consider adding. 

 

Thanks,

 

Lance

Web Services @ University of Illinois

 

pgsql-admin by date:

Previous
From: Lucas Possamai
Date:
Subject: Re: wal segment failed
Next
From: Craig James
Date:
Subject: Re: Table symbolic link