Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA15388; Thu, 18 Jun 92 12:44:15 -0700
Date: Thu, 18 Jun 92 12:44:15 -0700
Message-Id: <9206181944.AA15388@postgres.Berkeley.EDU>
From: sud@philabs.Philips.Com  (Sudheer R. Vangati)
Subject: arrays
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Cc: mummy!sud@uunet.UU.NET

Hi! 

is there a function in postgres that can be used to retrieve unique
attribute values from an array?

I retrieved the attributes and their values from a class using PQgetvalue()
function and stored them in an array. The values have duplicates in them
and i want to retrieve unique values. Any function in postgres which does that?

Thanx in advance.
