MAY I HAVE YOUR ASSISTANCE

Поиск
Список
Период
Сортировка
От James Kitambara
Тема MAY I HAVE YOUR ASSISTANCE
Дата
Msg-id 931758.39185.qm@web27904.mail.ukl.yahoo.com
обсуждение исходный текст
Ответы Re: MAY I HAVE YOUR ASSISTANCE  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: MAY I HAVE YOUR ASSISTANCE  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список 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 по дате отправления:

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: pg_dump and "could not identify an ordering operator for type name"
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: MAY I HAVE YOUR ASSISTANCE