chkpass

From: Markus Bengts <markus(at)click3(dot)jsp(dot)fi>
To: pgsql-general(at)postgresql(dot)org
Subject: chkpass
Date: 2003-01-05 13:34:25
Message-ID: Pine.LNX.4.40.0301051520190.4347-100000@click3.jsp.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello,

I have just done an rpm-installation of postgresql-7.3.1-1PGDG and
postgresql-contrib-7.3.1-1PGDG.

The documentation says that chkpass is a password type for storing and
comparing encrypted passwords. What should I do to be able to create a
table with a field of type chkpass?

create table passtable (username varchar(30), passwd chkpass);

does not work.

Markus

Responses

  • Re: chkpass at 2003-01-08 18:47:59 from Markus Bengts

Browse pgsql-general by date

  From Date Subject
Next Message Eddie Bortnikov 2003-01-05 14:40:53 Stored Procedures in PostgreSql
Previous Message Dan Langille 2003-01-05 12:41:37 Re: [GENERAL] v7.3.1 Bundled and Released ...