Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43a3543

Browse files
committed
Authentication improvements:
A new pg_hba.conf column, USERAllow specifiction of lists of users separated by commasAllow group names specified by +Allow include files containing lists of users specified by @Allow lists of databases, and database filesAllow samegroup in database column to match group name matching dbnameRemoval of secondary password filesRemove pg_passwd utilityLots of code cleanup in user.c and hba.cNew data/global/pg_pwd formatNew data/global/pg_group file
1 parentaf10378 commit43a3543

File tree

25 files changed

+1412
-1890
lines changed

25 files changed

+1412
-1890
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 272 additions & 321 deletions
Large diffs are not rendered by default.

‎doc/src/sgml/ref/allfiles.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.36 2002/03/19 02:18:12 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.37 2002/04/04 04:25:45 momjian Exp $
33
PostgreSQL documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -125,7 +125,6 @@ Complete list of usable sgml source files in this directory.
125125
<!entity pgCtl system "pg_ctl-ref.sgml">
126126
<!entity pgDump system "pg_dump.sgml">
127127
<!entity pgDumpall system "pg_dumpall.sgml">
128-
<!entity pgPasswd system "pg_passwd.sgml">
129128
<!entity pgRestore system "pg_restore.sgml">
130129
<!entity pgTclSh system "pgtclsh.sgml">
131130
<!entity pgTkSh system "pgtksh.sgml">

‎doc/src/sgml/ref/pg_passwd.sgml

Lines changed: 0 additions & 123 deletions
This file was deleted.

‎doc/src/sgml/reference.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.24 2002/03/19 02:18:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.25 2002/04/04 04:25:44 momjian Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -191,7 +191,6 @@ Disable this chapter until we have more functions documented.
191191
&initlocation;
192192
&ipcclean;
193193
&pgCtl;
194-
&pgPasswd;
195194
&postgres;
196195
&postmaster;
197196

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp