Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564512 - dev-db/postgresql: unable to see man
Summary: dev-db/postgresql: unable to see man
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-30 15:44 UTC by Agostino Sarubbo
Modified: 2017-04-17 15:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2015-10-30 15:44:01 UTC
I have this situation:

# qlist -ICv | grep "dev-db/postgresql"
dev-db/postgresql-9.4.5
dev-db/postgresql-9.5_beta1-r1

So I have 2 versions of postgres.

I'd expect to have man pg_restore94 and man pg_restore95.

While I try to see man pg_restore I always have the 9.4 version.
Comment 1 Aaron W. Swenson gentoo-dev 2017-02-04 17:40:18 UTC
This has been addressed in an upcoming release in my overlay:

https://github.com/titanofold/titanofold-gentoo-x86
Comment 2 Aaron W. Swenson gentoo-dev 2017-04-17 15:52:17 UTC
commit 96fb4f98f5c23f3454f501efae669f7584f98568
Author: Aaron W. Swenson <titanofold@gentoo.org>
Date:   Wed Apr 12 11:31:54 2017 -0400

    app-eselect/eselect-postgresql: Bug Fixes and Enhancements
    
    Version 2.0 is capable of handling the upcoming change in versioning
    for PostgreSQL.
    
    Links to pkg-config files of the selected slot are now created and
    managed by this module.
    
    Links to the man pages for the selected slot are now created and
    managed by this module. Slot-specific man pages are handled by the
    ebuilds.
    
    This version is stateless. It does not need to store any files to
    determine which slots and links are in use.
    
    Bugs: 597564, 512236, 564512

commit f1b07f8816c2f0346d07468bdb4c5b9ce4ffada7
Author: Aaron W. Swenson <titanofold@gentoo.org>
Date:   Mon Apr 17 09:09:56 2017 -0400

    dev-db/postgresql: Eselect and security related fixes
    
    Dependency bumped on app-eselect/eselect-postgresql to 2.0. Some of
    its work has been shifted into the ebuild as the files/links don’t
    change until this package is reemerge, unmerged, or updated.
    
    Security issues addressed in the initscripts per bugs 603716 and 603720.
    
    Bugs: 603716, 603720