Re: Getting array variables from my postgresql function

Re: Getting array variables from my postgresql function

am 17.06.2002 18:29:12 von Keary Suska

on 6/17/02 3:57 PM, joseph@asti.dost.gov.ph purportedly said:

> i currently have a function that returns an array i would like to know how i
> can access this value if returned to php
> TIA

Array type fields are not supported. To get around this, your function could
concatenate the array into a string using a delimiter, and explode() that
value from within PHP.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Getting array variables from my postgresql function

am 17.06.2002 23:57:16 von Joseph Syjuco

i currently have a function that returns an array i would like to know how i
can access this value if returned to php
TIA

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)