Re: select within a fucntion

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Sinuhé Arroyo Gómez <sinuheag(at)isoco(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: select within a fucntion
Date: 2001-01-24 15:43:36
Message-ID: 3A6EF828.8C97B2FF@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Sinuhé Arroyo Gómez" wrote:
>
> The thing is that I´m not interested in wasting CPU nor my ystem is
> oversized, and of course, "my friend", I willl use the results of the
> select, because as a matter of fact it was a select .. into statement the
> one I was trying,

There was probably a syntax error that made it into a SELECT statement
(which SELECT .. INTO is not)

> but to make it easier to understand (I now see you were so
> smart that this was a waste of time), I just wrote a select statement which
> by the way, trows the same exception.

when writing for help or to report a bug, _always_ include the _actual_
code that misbehaves not some other code. I just confuses people.

------------------
Hannu

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2001-01-24 15:48:32 RE: FW: Postgresql on win32
Previous Message Bruce Momjian 2001-01-24 15:39:51 Re: Open 7.1 items