Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ccaf3854
Commit
ccaf3854
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Irix fixes from Martin
parent
63b22d8a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.global
+3
-1
3 additions, 1 deletion
src/Makefile.global
src/man/pg_hba.conf.5
+2
-2
2 additions, 2 deletions
src/man/pg_hba.conf.5
with
5 additions
and
3 deletions
src/Makefile.global
+
3
−
1
View file @
ccaf3854
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.8
5
1997/01/10 1
8:54:49
momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.8
6
1997/01/10 1
9:30:08
momjian Exp $
#
#
# NOTES
# NOTES
# Essentially all Postgres make files include this file and use the
# Essentially all Postgres make files include this file and use the
...
@@ -549,6 +549,8 @@ RANLIB= touch
...
@@ -549,6 +549,8 @@ RANLIB= touch
#it installs to root.
#it installs to root.
INSTALL
=
/usr/bin/X11/bsdinst
INSTALL
=
/usr/bin/X11/bsdinst
IPCSDIR
=
/usr/sbin
INSTLOPTS
=
-m
444
INSTLOPTS
=
-m
444
INSTL_EXE_OPTS
=
-m
555
INSTL_EXE_OPTS
=
-m
555
INSTL_LIB_OPTS
=
-m
664
INSTL_LIB_OPTS
=
-m
664
...
...
This diff is collapsed.
Click to expand it.
src/man/pg_hba.conf.5
+
2
−
2
View file @
ccaf3854
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.
1
199
6/1
1/1
4
1
0:17:44 scrappy
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.
2
199
7/0
1/1
0
1
9:30:27 momjian
Exp $
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
.SH NAME
.SH NAME
$PGDATA/pg_hba.conf
$PGDATA/pg_hba.conf
...
@@ -14,7 +14,7 @@ directory, that controls who can connect to that database system.
...
@@ -14,7 +14,7 @@ directory, that controls who can connect to that database system.
.PP
.PP
The exact format of the pg_hba.conf file is described in the comments at
The exact format of the pg_hba.conf file is described in the comments at
the top of the sample file pg_hba.conf.sample, which resides in the
the top of the sample file pg_hba.conf.sample, which resides in the
Postgre
s
"lib
rary"
directory.
the
Postgre
SQL
"lib
" sub-directory of the main postgres
directory.
.SH "SEE ALSO"
.SH "SEE ALSO"
introduction(1).
introduction(1).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment