Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
63d4f1cd
Commit
63d4f1cd
authored
Oct 17, 2004
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust message
parent
830c168e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bin/initdb/initdb.c
src/bin/initdb/initdb.c
+2
-2
No files found.
src/bin/initdb/initdb.c
View file @
63d4f1cd
...
...
@@ -39,7 +39,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD.
*
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.6
2 2004/10/15 04:31:48 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.6
3 2004/10/17 21:04:41 petere
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -2197,7 +2197,7 @@ main(int argc, char *argv[])
if
(
authmethod
==
NULL
||
!
strlen
(
authmethod
))
{
authwarning
=
_
(
"
\n
WARNING: enabling
\"
trust
\"
authentication for local connections
\n
"
"You can change this by editing pg_hba.conf or using the -A
flag
the
\n
"
"You can change this by editing pg_hba.conf or using the -A
option
the
\n
"
"next time you run initdb.
\n
"
);
authmethod
=
"trust"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment