Re: crypt function

From: Ian Turner <vectro(at)pipeline(dot)com>
To: Francisco Andr Barbosa Neto <fneto(at)netaruja(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: crypt function
Date: 2000-09-07 05:44:58
Message-ID: Pine.LNX.4.21.0009062244130.1043-100000@crafter.house
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> INSERT INTO TABLE users VALUES ('test',crypt('passtest'));

AFAIK there is no builtin crypt function.

If you want one, use PL/perl to call the perl crypt function.

Ian Turner
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE5tytdfn9ub9ZE1xoRAtxUAJ41TmWz/sloQbVXoUeVniGs5TW71gCfTctK
Ow32lDg7IL9Fqr8SFCzT5gs=
=YCUp
-----END PGP SIGNATURE-----

In response to

  • crypt function at 2000-09-06 19:39:31 from Francisco André Barbosa Neto

Browse pgsql-sql by date

  From Date Subject
Next Message Gerhard Dieringer 2000-09-07 11:27:30 Database Link
Previous Message K Parker 2000-09-07 04:23:39 Re: Cascading Deletes