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
6f8236f1
Commit
6f8236f1
authored
19 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
parent
96a83d88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend/libpq/pg_hba.conf.sample
+1
-1
1 addition, 1 deletion
src/backend/libpq/pg_hba.conf.sample
with
1 addition
and
1 deletion
src/backend/libpq/pg_hba.conf.sample
+
1
−
1
View file @
6f8236f1
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
#
#
# CIDR-ADDRESS specifies the set of hosts the record matches.
# CIDR-ADDRESS specifies the set of hosts the record matches.
# It is made up of an IP address and a CIDR mask that is an integer
# It is made up of an IP address and a CIDR mask that is an integer
# (between 0 and 32 (IPv
6
) or 128(IPv6) inclusive) that specifies
# (between 0 and 32 (IPv
4
) or 128
(IPv6) inclusive) that specifies
# the number of significant bits in the mask. Alternatively, you can write
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
# an IP address and netmask in separate columns to specify the set of hosts.
#
#
...
...
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