1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00
Files
postgres/src
Tom Lane d8ba3dfb0b Change backend-side COPY to write files with permissions 644 not 666
(whoever thought world-writable files were a good default????).  Modify
the pg_pwd code so that pg_pwd is created with 600 permissions.  Modify
initdb so that permissions on a pre-existing PGDATA directory are not
blindly accepted: if the dir is already there, it does chmod go-rwx
to be sure that the permissions are OK and the dir actually is owned
by postgres.
1999-11-21 04:16:17 +00:00
..
1998-11-19 02:39:51 +00:00
1999-11-11 00:10:14 +00:00
1999-10-09 01:30:23 +00:00
1999-11-06 01:55:44 +00:00
1999-11-04 21:48:36 +00:00
1999-07-30 03:45:57 +00:00
1997-08-22 16:38:33 +00:00
1999-11-02 00:05:29 +00:00
Hi,
1999-10-13 11:38:42 +00:00