I want to change the code that maintains the pg_shadow password cache
into the format used by pg_hba.conf so they can all use the same code. 
This will allow me to cleanly use the pg_shadow code for pg_group cache
too because the pg_shadow cache has binary searching for lookups.  I
will merge the binary search stuff into the new code.  New format would
be:

        "user"  "password" "valid until"

Objections?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to