Re: [GENERAL] DES encryption in Postgres?

2001-01-09 Thread Marko Kreen
On Tue, Jan 09, 2001 at 04:54:36AM -, [EMAIL PROTECTED] wrote: > I looked through all the docs, and I couldn't find a function which > would simply DES encrypt a string. Is DES not implemented in > Postgres? Or am I just not finding the function? It is not implemented. In 7.1 you'll find c

Re: [GENERAL] Re: DES in Postgres?

2001-03-01 Thread Marko Kreen
On Thu, Mar 01, 2001 at 11:27:15AM +0100, Karel Zak wrote: > On Thu, Mar 01, 2001 at 08:59:38AM -, [EMAIL PROTECTED] wrote: > > > > Is there a function in Postgres which will DES-encrypt a given string > > with a given key? If not, has anyone out there written a linkable C > > function to do

[GENERAL] [Announce] pgcrypto 0.3 (long)

2001-03-11 Thread Marko Kreen
pgcrypto 0.3 / "why-dont-you-show-some-code" release http://www.l-t.ee/marko/pgsql/pgcrypto-0.3.tar.gz This release is give people something to play with. Parts of it need further thinking and lots of testing, but I am tired of sitting on it. Here follow parts from README to give an idea

Re: [GENERAL] fmgr, C , and character arguments

2001-03-27 Thread Marko Kreen
On Tue, Mar 27, 2001 at 03:45:17PM -0700, Joel Dudley wrote: > Hello all, >I am having a bit of trouble getting my arguments formatted into a > command string for system(). Here is what I have so far for code. > > #include > #include > #include "postgres.h" > #include "fmgr.h" > > > PG

Re: [GENERAL] JDBC and Perl compiling problems w/ postgresql-7.1rc4

2001-04-10 Thread Marko Kreen
On Mon, Apr 09, 2001 at 03:33:19PM -0700, Homayoun Yousefi'zadeh wrote: > > I first ran configure with the following options > > ./configure --with-perl --with-tcl --enable-odbc --with-java > --enable-syslog --enable-debug > > and then compiled postgresql-7.1rc4 on Redhat 7.0 successfully >

Re: [GENERAL] crypt(table.field) ?

2001-04-26 Thread Marko Kreen
On Thu, Apr 26, 2001 at 09:15:45AM -0500, will trillich wrote: > i know "password" can be used in creating/altering user > information (as used via GRANT and REVOKE) but is there any > facility within postgres to CRYPT() a value? At the moment no. You should patch your PostgreSQL source for that

Re: [GENERAL] crypt(table.field) ?

2001-04-26 Thread Marko Kreen
On Thu, Apr 26, 2001 at 02:01:46PM -0500, will trillich wrote: > On Thu, Apr 26, 2001 at 05:20:53PM +0200, Peter Eisentraut wrote: > > will trillich writes: > > > > > i know "password" can be used in creating/altering user > > > information (as used via GRANT and REVOKE) but is there any > > > fa

Re: [GENERAL] JDBC and Accents

2001-04-27 Thread Marko Kreen
On Fri, Apr 27, 2001 at 02:36:21PM +0200, Loïc Courtois wrote: > > On Fri, Apr 27, 2001 at 01:56:38AM +0200, Loïc Courtois wrote: > > > Hello, > > > > > > I have some problems to display the accents in my db, using the JDBC and > > > postgres 7.1. > > > > > > Apparently, all accents are replaced b

<    1   2