Paul Ganainm <paulsnewsgroups(at)hotmail(dot)com> writes:
>> Rules
>
> ? I don't understand these - can somebody explain exactly what they are?
Basically like "query macros"--you can use a rule to rewrite part or
all of the user query and feed the result to the query optimizer.
They're how views are implemented, and you can create updateable views
by writing the appriopriate rules. The only reason PG views aren't
updateable by default is (AIUI) a lack of agreement on how they should
work for complex view definitions.
> -------------------
>
> -------------------
>> Views
>
> X (FB's are updateable to boot!)
See above.
-Doug