Re: Functions in postgres - Mailing list pgsql-general

From Ross J. Reedstrom
Subject Re: Functions in postgres
Date
Msg-id 20000405142256.B2607@rice.edu
Whole thread Raw
In response to Functions in postgres  (Victor Manuel Jaquez Leal <ceyusa@linux1.coral.com.mx>)
List pgsql-general
Ah, I forget to mention how to compile the code I sent. I use:

gcc -fPIC -shared -I /usr/local/pgsql/include -L /usr/local/pgsql/lib
    -o sqlcrypt.so sqlcrypt.c

then move the sqlcrypt.so file into my pgsql storage space. This is
on Linux, if it matters.

Ross

--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005
On Wed, Apr 05, 2000 at 12:04:49PM -0500, Victor Manuel Jaquez Leal wrote:

pgsql-general by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: Functions in postgres
Next
From: Jeff MacDonald
Date:
Subject: \i - users