Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgresql-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
PostgreSQL
postgresql-common
Commits
ab490975
Commit
ab490975
authored
12 years ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
pg_wrapper: Document that PGHOST overrides PGCLUSTER. (Closes: #697291)
parent
b3bc8fd6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
pg_wrapper
+11
-4
11 additions, 4 deletions
pg_wrapper
with
12 additions
and
4 deletions
debian/changelog
+
1
−
0
View file @
ab490975
...
...
@@ -13,6 +13,7 @@ postgresql-common (139) UNRELEASED; urgency=low
the ipv6 for perl <= 5.10 (i.e. on squeeze and lucid).
* PgCommon.pm, pg_ctlcluster, pg_createcluster, t/030_errors.t: 9.3 renames
unix_socket_directory to unix_socket_directories.
* pg_wrapper: Document that PGHOST overrides PGCLUSTER. (Closes: #697291)
[ Martin Pitt ]
* debian/supported-versions: Read /etc/os-release if present, and fall back
...
...
This diff is collapsed.
Click to expand it.
pg_wrapper
+
11
−
4
View file @
ab490975
...
...
@@ -4,6 +4,7 @@
# /etc/postgresql-common/user_clusters.
#
# (C) 2005-2009 Martin Pitt <mpitt@debian.org>
# (C) 2013 Christoph Berg <myon@debian.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -173,23 +174,29 @@ explicit specification with the B<--cluster> option
=item 2.
explicit specification with the B<PGCLUSTER> environment variable
if the B<PGHOST> environment variable is set, no further cluster selection is
performed. The default PostgreSQL version and port number (from the environment
variable B<PGPORT>, or default 5432) will be used.
=item 3.
explicit specification with the B<PGCLUSTER> environment variable
=item 4.
matching entry in C<~/.postgresqlrc> (see L<postgresqlrc(5)>), if that
file exists
=item
4
.
=item
5
.
matching entry in C</etc/postgresql-common/user_clusters> (see
L<user_clusters(5)>), if that file exists
=item
5
.
=item
6
.
If only one local cluster exists, that one will be selected.
=item
6
.
=item
7
.
If several local clusters exist, the one listening on the default port 5432
will be selected.
...
...
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