Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA03037; Thu, 12 Dec 91 18:19:43 -0800
Message-Id: <9112130219.AA03037@postgres.Berkeley.EDU>
From: bryanb@cash.isri.unlv.edu
Subject: Dynamic Loader for Sparks
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Date: Thu, 12 Dec 91 18:11:24 -0800
From: bryanb@cash.isri.unlv.edu


Two questions:

	We are running postgres v3r1 on sparkstation IPCs.  Does the lack
of a dynamic loader mean that we will be unable to write user defined
function in C?

 	Second, without user defined functions how can one retrieve all
elements of postgres base type arrays.  IE. given the following class:

        emp (name = char16, age = int4, salary = in4[12])

How can I retrieve all 12 elements of salary for a given instance?

Thanks in advance
Bryan

