Re: PostgreSQL Array & Java

From: Roedy Green <look-on(at)mindprod(dot)com(dot)invalid>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Array & Java
Date: 2004-05-30 22:58:13
Message-ID: enpkb0p8d4lchddjmoop54bfqjajfbduga@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 30 May 2004 15:49:42 -0700, aerts_frederik(at)hotmail(dot)com (Frederik)
wrote or quoted :

>My question: can PostgreSQL return an array of Strings or can it only
>return a string. If it can only return one String, what would be the
>best way to parse it in order to get the separate elements of the
>array?

for a list of the data types it supports, including arrays, see
http://mindprod.com/jgloss/postgresql.html

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2004-05-30 23:34:25 Receiving three month old messages
Previous Message Frederik 2004-05-30 22:49:42 PostgreSQL Array & Java