strange behaviour with sub-select and pl/pgSQL

From: Robert Partyka <rpartyka(at)wdg(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: strange behaviour with sub-select and pl/pgSQL
Date: 2007-02-27 11:15:03
Message-ID: 45E412B7.8010504@wdg.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I found PostgreSQL have strange behaviour with sub-select and pl/pgSQL,
see the case study at:
http://www.bobson.pl/pgsql/pgsql_sb1.html

I know my version is quite old. Its most new in gentoo (hope 8.2 will be
soon in gentoo portage).
test=# select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 8.1.5 on i686-pc-linux-gnu, compiled by GCC
i686-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1)

regards,
Robert
bobson(at)bobson(dot)pl

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew T. Robinson 2007-02-27 12:47:32 Constructors for dates, times, and timestamps
Previous Message Albe Laurenz 2007-02-27 08:28:46 Re: stored procedure optimisation...