diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2010-01-26 06:58:39 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2010-01-26 06:58:39 +0000 |
| commit | 525d2cbba2531f15649714121f54620738ffcacb (patch) | |
| tree | 54e502cfa45561a3a92cdf59907d360867190e34 /src/bin/initdb | |
| parent | fd7673bc4eb06e647d8e11b603ff5482ca58d4f1 (diff) | |
| download | postgresql-525d2cbba2531f15649714121f54620738ffcacb.tar.gz | |
Reformat the comments in pg_hba.conf and pg_ident.conf
These files have apparently been edited over the years by a dozen people
with as many different editor settings, which made the alignment of the
paragraphs quite inconsistent and ugly. I made a pass of M-q with Emacs
to straighten it out.
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/initdb.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 36cf34eab6..443f784936 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -42,7 +42,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.182 2010/01/06 23:23:51 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.183 2010/01/26 06:58:39 petere Exp $ * *------------------------------------------------------------------------- */ @@ -120,10 +120,10 @@ static int n_buffers = 50; * Warning messages for authentication methods */ #define AUTHTRUST_WARNING \ -"# CAUTION: Configuring the system for local \"trust\" authentication allows\n" \ -"# any local user to connect as any PostgreSQL user, including the database\n" \ -"# superuser. If you do not trust all your local users, use another\n" \ -"# authentication method.\n" +"# CAUTION: Configuring the system for local \"trust\" authentication\n" \ +"# allows any local user to connect as any PostgreSQL user, including\n" \ +"# the database superuser. If you do not trust all your local users,\n" \ +"# use another authentication method.\n" static char *authwarning = NULL; /* |
