Re: PostgreSQL Features - Mailing list pgsql-general

From Bruce Momjian
Subject Re: PostgreSQL Features
Date
Msg-id 200502111815.j1BIFvU17064@candle.pha.pa.us
Whole thread Raw
In response to PostgreSQL Features  ("Bruno Almeida do Lago" <teolupus@gmail.com>)
List pgsql-general
Bruno Almeida do Lago wrote:
> Hi,
>
>
>
> I'd like to know if there is something like "insert /*+ append */ into"
> and materialized views (from Oracle) on PostgreSQL.

We have SELECT INTO if that helps.

You can do materialized views and use triggers or rules to keep the
materialized view current.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: David Goodenough
Date:
Subject: Re: SQL query
Next
From: Mark Harrison
Date:
Subject: size in bytes of a table?