Re: Solution for Synonyms

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Solution for Synonyms
Date: 2013-11-22 18:45:20
Message-ID: l6o8nj$nbb$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Neyman 2013-11-22 18:53:54 Re: ERROR: out of memory DETAIL: Failed on request of size ???
Previous Message Bruce Momjian 2013-11-22 18:35:21 Re: [GENERAL] pg_upgrade ?deficiency