Re: Solution for Synonyms - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Solution for Synonyms
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C5F8E3@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: Solution for Synonyms  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general
Thomas Kellerer wrote:
> mrprice22 wrote on 22.11.2013 19:25:
>> We are in the process of moving from Oracle to PostgreSQL.  We use a stored
>> procedure to populate some reporting tables once an hour.  There are two
>> sets of these tables, set A and set B.  We use synonyms to point to the
>> “active” set of tables at any given time.
>>
>> The procedure works like this:
>>
>> 1. If set A tables are “active” truncate set B tables or if set A tables are
>> “active” truncate set B tables.
>> 2. Populate set B tables.
>> 3. Set synonyms to point to set B tables.
>>
>> How might I accomplish the same thing in PostgreSQL?
> 
> You can use a view

You can also keep the tables A and B in different schemas
(probably a good idea anyway) and change search_path on the client side.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: 邓尧
Date:
Subject: Re: Weird "function does not exist" error.
Next
From: Shaun Thomas
Date:
Subject: Re: Re: corruption issue after server crash - ERROR: unexpected chunk number 0