postgresql/src/bin
Bruce Momjian cb00b7faa5 I'm in TODO mood today ...
* Document/trigger/rule so changes to pg_shadow recreate pg_pwd

I did it with a trigger and it seems to work like a charm. The function
that already updates the file for create and alter user has been made a
built-in "SQL" function and a trigger is created at initdb time.

Comments around the pg_pwd updating function seem to be worried about
this
routine being called concurrently, but I really don't see a reason to
worry about this. Verify for yourself. I guess we never had a system
trigger before, so treat this with care, and feel free to adjust the
nomenclature as well.

--
Peter Eisentraut                  Sernanders väg 10:115
1999-12-12 05:57:36 +00:00
..
initdb I'm in TODO mood today ... 1999-12-12 05:57:36 +00:00
initlocation Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic. 1999-12-08 10:29:55 +00:00
ipcclean Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic. 1999-12-08 10:29:55 +00:00
pg_ctl Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic. 1999-12-08 10:29:55 +00:00
pg_dump This takes care of TODO item 1999-12-11 00:31:05 +00:00
pg_encoding Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_id Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
pg_passwd Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
pg_version Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pgaccess Remove obsolete note about pg_vlock lock file. 1999-11-28 02:17:43 +00:00
pgtclsh Fix quoting problems in mkMakefile.tcldefs.sh.in and 1999-08-29 20:09:44 +00:00
psql Fix for psql from Peter. 1999-12-11 21:35:49 +00:00
scripts Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic. 1999-12-08 10:29:55 +00:00
Makefile Change $< to $+ in scripts Makefile, and clean up pg_encoding if logic. 1999-12-08 10:29:55 +00:00