MAY I HAVE YOUR ASSISTANCE - Mailing list pgsql-sql

From James Kitambara
Subject MAY I HAVE YOUR ASSISTANCE
Date
Msg-id 931758.39185.qm@web27904.mail.ukl.yahoo.com
Whole thread Raw
Responses Re: MAY I HAVE YOUR ASSISTANCE
Re: MAY I HAVE YOUR ASSISTANCE
List pgsql-sql
 
Please members of the PGSQL-SQL,
 
I have one problem with the user table. I want to hide the password for the users.
 
The table format is:
 
user ( user_id, user_name, password)
 
But I want the password to be encrypted so that when other users send the query:SELECT * FROM USER; The password must be gabbage.
 
i.e. THE OUTPUT SHOULG LOOK LIKE THIS
 
    user_id      | user_name     |    password
    -------------------------------------------------------------
    0001         |  ADMIN           |   %3g4767teghh890)*
    0002         |  USER            |   #42@rwfs%6&&^*8
    0003         |  IT-MANAGER |   ^8Y3U(-43873GDG?
 
I appriciate for your assistance in advance,
 
Sincerely yours,
 
James Kitambara,
PostgreSQL user.

pgsql-sql by date:

Previous
From: Martin Marques
Date:
Subject: Re: pg_dump and "could not identify an ordering operator for type name"
Next
From: "Scott Marlowe"
Date:
Subject: Re: MAY I HAVE YOUR ASSISTANCE