RULES on PostgreSQL

From: Jesus Aneiros <aneiros(at)jagua(dot)cfg(dot)sld(dot)cu>
To: pgsql-novice(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: RULES on PostgreSQL
Date: 2000-07-24 22:25:03
Message-ID: Pine.LNX.4.10.10007241815340.3901-100000@jagua.cfg.sld.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice pgsql-sql

Hello all,

Forgive my ignorance. I'm trying to understand the RULES in PostgreSQL and
I have several questions. Why the rules if they are not part of SQL92 or
SQL3? Where do they come from? Are they from before the SQL history of
Postgres? Many things that can be done with RULES can be done with
TRIGGERS even where there is no FOR STATEMENT in the CREATE TRIGGER
statement of PostgreSQL. Are the rules in PostgreSQL, mainly, to implement
VIEWS, so they are some kind of intermediate step between the parser and
the optimizer?

TIA, Jesus.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jens P. Elsner 2000-07-24 22:32:37 Re: Migrating from Sybase
Previous Message Timothy H. Keitt 2000-07-24 21:31:46 Re: Statistical Analysis

Browse pgsql-novice by date

  From Date Subject
Next Message Desmond Coughlan 2000-07-24 22:27:54 RE: Finding Tables
Previous Message Desmond Coughlan 2000-07-24 22:06:13 Finding Tables

Browse pgsql-sql by date

  From Date Subject
Next Message Aaron Sethman 2000-07-24 22:37:47 Re: password encryption
Previous Message Bernie Huang 2000-07-24 21:15:31 Re: Select by priority again