Hi Russ,
Your pages certainly helped - it did the trick - I'm now running
PostgreSQL 7.1.3 on my PowerBook! Excellent! My next project is to
get the GDLIB to compile here and to get a Tk/Tcl package installed -
I need the one for image upload/manipulation and the other for pgMail
to work ...
Eric,
>How do I create a stored procedure which would return a few records with a
>few columns each ?
>
>Regards,
>Eric
Create a temp table, delete all it's records. Then have run your
procedure which will create records in the temp table. You have
access to the records in the temp table from
How do I create a stored procedure which would return a few records with a
few columns each ?
Regards,
Eric
winmail.dat
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html
Hi Chris,
I went through this pain a few weeks ago. Some us couldn't get
through the make phase for PG on Mac 10.1; others made it through the
make phase, but then got weird "backend disconnected" errors. A
couple of the guys who are working on the OpenACS project (the open
source version o
I hardly believe that noone knows about this problem.
Emmanuel Guyot
"Emmanuel Guyot" <[EMAIL PROTECTED]> a écrit dans le message de news:
9r11np$mk9$[EMAIL PROTECTED]
> I have some columns with timestamp data type wich includes the time zone.
> I access these columns using JDBC which handle the