Re: PostgreSQL Gotchas - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: PostgreSQL Gotchas
Date
Msg-id 20051008124228.GB30988@svana.org
Whole thread Raw
In response to Re: PostgreSQL Gotchas  (Nikolay Samokhvalov <samokhvalov@gmail.com>)
Responses Re: PostgreSQL Gotchas  (Nikolay Samokhvalov <samokhvalov@gmail.com>)
List pgsql-general
On Sat, Oct 08, 2005 at 03:32:00PM +0400, Nikolay Samokhvalov wrote:
> http://chernowiki.ru/Dev/PostgreSQLComparedWithSQL2003AndOracleSQLServerDB2Etc
>
> Perhaps I'm wrong with some issues - any comments are welcome.

The only thing I can comment on is updatable views. You can make
updatable views using RULEs. The only thing is that they're not
*automatically* updateable.

In theory, if someone came up will a program that from given <view
definition> produced the appropriate INSERT, UPDATE and DELETE rules,
it might be incorporated. Currently you just have to do it manually...

Case-insensetive text comparisons can be acheived using the citext
module on gborg.

http://gborg.postgresql.org/project/citext/projdisplay.php

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: Terry Lee Tucker
Date:
Subject: Re: triggers/constraints?
Next
From: Nikolay Samokhvalov
Date:
Subject: Re: PostgreSQL Gotchas