Re: select within a fucntion - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: select within a fucntion
Date
Msg-id 3A6EF828.8C97B2FF@tm.ee
Whole thread Raw
In response to Re: select within a fucntion  (Jan Wieck <janwieck@Yahoo.com>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug in FOREIGN KEY
Next
From: Bruce Momjian
Date:
Subject: Re: Open 7.1 items