Re: [GENERAL] PostgreSQL Features

2005-02-11 Thread Bruce Momjian
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 curr

[GENERAL] PostgreSQL Features

2005-02-11 Thread Bruno Almeida do Lago
Hi,   I’d like to know if there is something like “insert /*+ append */ into” and materialized views (from Oracle) on PostgreSQL.   How can I pass hints to postgre and what hints are available?     Regards, Bruno