Re: [DOCS] Views and rules section (link provided below)

2005-01-27 Thread Rob LoPresti
Rob LoPresti <[EMAIL PROTECTED]> writes: > > ... I don't claim to know the best way to rewrite the section, but I'd > > like to put forward the suggestion that it not use any unsupported > > examples. > The example *as written* works fine. Doing other stuf

[DOCS] Views and rules section (link provided below)

2005-01-26 Thread Rob LoPresti
On the page: http://borg.postgresql.org/docs/8.0/static/rules-views.html Is the text (very close to the top): - Views in PostgreSQL are implemented using the rule system. In fact, there is essentially no difference between CREATE VIEW myview AS SELECT * FROM mytab; compared against the