Re: [GENERAL] PostgreSQL 8.1 vs. MySQL 5.0?

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Dawid Kuroczko <qnex42(at)gmail(dot)com>
Cc: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: [GENERAL] PostgreSQL 8.1 vs. MySQL 5.0?
Date: 2005-10-06 22:12:34
Message-ID: 20051006221234.GK36108@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general

On Thu, Oct 06, 2005 at 09:10:53PM +0200, Dawid Kuroczko wrote:
> On 10/6/05, Scott Marlowe <smarlowe(at)g2switchworks(dot)com> wrote:
> >
> > Views: Similar functionality, but PostgreSQL has updatable views by the
> > DBA writing simple rules that allow it. This means that for simple
> > updatable views, MySQL wins for ease of use, and for complex updatable
> > views, PostgreSQL wins because you can still do them, you just get to do
> > it yourself.
>
>
> Hmm, maybe it would be worth a while to add (or rather move) a section
> about programming updatable views between "The Rule System" and
> "Procedural Languages". The point could be called:
>
> "Updatable Views Using Triggers"
>
> This would make it much easier for beginners to find the subject, and also
> would make easier to support "yes, we do have updatable statements, only
> its not automated" statement with just a link to right point in
> documentation.
>
> In short: make it more visible. ;)

s/triggers/rules/, but I agree. It would be great to have a prominent,
succinct example of creating an updateable view. I think there's
something close in the docs currently, but you have to dig through a
pretty big chapter to find it.

I don't know that it makes sense to promote it to 34 (putting it in the
TOC), but I do think it should be linked from the CREATE VIEW syntax
page.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-06 22:15:45 Re: PostgreSQL 8.1 vs. MySQL 5.0?
Previous Message Joshua D. Drake 2005-10-06 21:51:43 Re: PostgreSQL 8.1 vs. MySQL 5.0?

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-06 22:15:45 Re: PostgreSQL 8.1 vs. MySQL 5.0?
Previous Message Dann Corbit 2005-10-06 22:11:07 Re: MS Access / Postgres ODBC / Outer joins