Re: Functions in postgres

From: "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu>
To: Victor Manuel Jaquez Leal <ceyusa(at)linux1(dot)coral(dot)com(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions in postgres
Date: 2000-04-05 19:22:56
Message-ID: 20000405142256.B2607@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rice(dot)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:

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2000-04-05 19:27:18 \i - users
Previous Message Ross J. Reedstrom 2000-04-05 19:20:52 Re: Functions in postgres