Re: update functions locking tables - Mailing list pgsql-general

From Clodoaldo Pinto
Subject Re: update functions locking tables
Date
Msg-id a595de7a05083018163bdb827c@mail.gmail.com
Whole thread Raw
In response to Re: update functions locking tables  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-general
2005/8/30, Jim C. Nasby <jnasby@pervasive.com>:
>
> FWIW, that where clause might be more efficient as
> WHERE pontos_0 > pontos_7. Some databases would be able to use indexes
> to answer that (not sure if PostgreSQL could), plus it removes an
> operator. It also seems to be cleaner code to me. :)
> --

Done, thanks.

Regards, Clodoaldo Pinto

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: update functions locking tables
Next
From: Michael Fuhr
Date:
Subject: Re: PQConnectdb SSL (sslmode): Is this a bug