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
11fa6f59
Commit
11fa6f59
authored
Feb 19, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify documentation that initdb -A or editing pg_hba.conf is required
if you do not trust local users.
parent
70007b4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+20
-4
No files found.
doc/src/sgml/installation.sgml
View file @
11fa6f59
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.28
3 2007/02/17 01:26:24
momjian Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.28
4 2007/02/19 18:57:18
momjian Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
...
@@ -480,6 +480,13 @@ su - postgres
</para>
</step>
<step>
<para>
Restore your previous <filename>pg_hba.conf</> and any
<filename>postgresql.conf</> modifications.
</para>
</step>
<step>
<para>
Start the database server, again from the special database user
...
...
@@ -1619,11 +1626,20 @@ postgres$ <userinput>/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data</>
</
para
>
</
step
>
<
step
<
para
>
At
this
point
,
if
you
did
not
use
the
<
command
>
initdb
</>
<
literal
>-
A
</>
option
,
you
might
want
to
modify
<
filename
>
pg_hba
.
conf
</>
to
control
local
access
to
the
server
before
you
start
it
.
The
default
is
to
trust
all
local
users
.
</
para
>
</
step
>
<
step
>
<
para
>
The
previous
step
should
have
told
you
how
to
start
up
the
database
server
.
Do
so
now
.
The
command
should
look
something
like
:
The
previous
<
command
>
initdb
</>
step
should
have
told
you
how
to
start
up
the
database
server
.
Do
so
now
.
The
command
should
look
something
like
:
<
programlisting
>
/
usr
/
local
/
pgsql
/
bin
/
postgres
-
D
/
usr
/
local
/
pgsql
/
data
</
programlisting
>
...
...
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