Opened 12 years ago
Closed 14 months ago
#36128 closed defect (fixed)
postgresql_select @0.1 does not configure pg_upgrade when selecting postgresql92
Reported by: | matlads@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | postgresql_select postgresql92 |
Description
After executing postgresql_select and choosing postgresql92, there is no symlink created for the pg_upgrade program
[matlads@iMac ~]$ sudo port select --set postgresql postgresql92 Selecting 'postgresql92' for 'postgresql' succeeded. 'postgresql92' is now active. [matlads@iMac ~]$ ls -l /opt/local/bin | grep postgresql92 lrwxr-xr-x 1 root admin 41 13 Sep 16:10 clusterdb@ -> /opt/local/lib/postgresql92/bin/clusterdb lrwxr-xr-x 1 root admin 40 13 Sep 16:10 createdb@ -> /opt/local/lib/postgresql92/bin/createdb lrwxr-xr-x 1 root admin 42 13 Sep 16:10 createlang@ -> /opt/local/lib/postgresql92/bin/createlang lrwxr-xr-x 1 root admin 42 13 Sep 16:10 createuser@ -> /opt/local/lib/postgresql92/bin/createuser lrwxr-xr-x 1 root admin 38 13 Sep 16:10 dropdb@ -> /opt/local/lib/postgresql92/bin/dropdb lrwxr-xr-x 1 root admin 40 13 Sep 16:10 droplang@ -> /opt/local/lib/postgresql92/bin/droplang lrwxr-xr-x 1 root admin 40 13 Sep 16:10 dropuser@ -> /opt/local/lib/postgresql92/bin/dropuser lrwxr-xr-x 1 root admin 36 13 Sep 16:10 ecpg@ -> /opt/local/lib/postgresql92/bin/ecpg lrwxr-xr-x 1 root admin 38 13 Sep 16:10 initdb@ -> /opt/local/lib/postgresql92/bin/initdb lrwxr-xr-x 1 root admin 41 13 Sep 16:10 pg_config@ -> /opt/local/lib/postgresql92/bin/pg_config lrwxr-xr-x 1 root admin 46 13 Sep 16:10 pg_controldata@ -> /opt/local/lib/postgresql92/bin/pg_controldata lrwxr-xr-x 1 root admin 38 13 Sep 16:10 pg_ctl@ -> /opt/local/lib/postgresql92/bin/pg_ctl lrwxr-xr-x 1 root admin 39 13 Sep 16:10 pg_dump@ -> /opt/local/lib/postgresql92/bin/pg_dump lrwxr-xr-x 1 root admin 42 13 Sep 16:10 pg_dumpall@ -> /opt/local/lib/postgresql92/bin/pg_dumpall lrwxr-xr-x 1 root admin 44 13 Sep 16:10 pg_resetxlog@ -> /opt/local/lib/postgresql92/bin/pg_resetxlog lrwxr-xr-x 1 root admin 42 13 Sep 16:10 pg_restore@ -> /opt/local/lib/postgresql92/bin/pg_restore lrwxr-xr-x 1 root admin 40 13 Sep 16:10 postgres@ -> /opt/local/lib/postgresql92/bin/postgres lrwxr-xr-x 1 root admin 42 13 Sep 16:10 postmaster@ -> /opt/local/lib/postgresql92/bin/postmaster lrwxr-xr-x 1 root admin 36 13 Sep 16:10 psql@ -> /opt/local/lib/postgresql92/bin/psql lrwxr-xr-x 1 root admin 36 10 Sep 16:18 psql92@ -> /opt/local/lib/postgresql92/bin/psql lrwxr-xr-x 1 root admin 41 13 Sep 16:10 reindexdb@ -> /opt/local/lib/postgresql92/bin/reindexdb lrwxr-xr-x 1 root admin 40 13 Sep 16:10 vacuumdb@ -> /opt/local/lib/postgresql92/bin/vacuumdb lrwxr-xr-x 1 root admin 40 13 Sep 16:10 vacuumlo@ -> /opt/local/lib/postgresql92/bin/vacuumlo
Change History (6)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added |
---|---|
Keywords: | postgresql_select postgresql92 removed |
Owner: | changed from macports-tickets@… to mww@… |
Port: | postgresql_select postgresql92 added |
comment:2 Changed 12 years ago by mina.macports@…
comment:3 Changed 12 years ago by mina.macports@…
Related: "pg_archivecleanup" is also not symlinked.
comment:4 Changed 8 years ago by mf2k (Frank Schima)
Cc: | jyrkiwahlstedt removed |
---|---|
Owner: | changed from mww@… to jyrkiwahlstedt |
Port: | postgresql_select, postgresql92 → postgresql_select postgresql92 |
Status: | new → assigned |
comment:5 Changed 3 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
comment:6 Changed 14 months ago by dgilman (David Gilman)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Related: "pg_basebackup" is also not symlinked.