chkpass - Mailing list pgsql-general

From Markus Bengts
Subject chkpass
Date
Msg-id Pine.LNX.4.40.0301051520190.4347-100000@click3.jsp.fi
Whole thread Raw
Responses Re: chkpass
List 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


pgsql-general by date:

Previous
From: Timur Irmatov
Date:
Subject: foreign key locks
Next
From: "Eddie Bortnikov"
Date:
Subject: Stored Procedures in PostgreSql