Description of problem: There are typos of missing spaces and a misspelling in the tablespaces sections of the man page for db-control Version-Release number of selected component (if applicable): current How reproducible: 100% Steps to Reproduce: 1. # man db-control 2. At the bottom is the incorrectly typed section 3. Actual results: tablesizes Show space report for each table. On PostgreSQL the meaning of columns is as follows: "Planner Size" - size which planner usefor determining execution plan. It may differ from real size. "Real Size" - real size of data file on disk. "Real Size+Toasts+Idx" - reali size of data file on disk, including TOAST (The Oversized-Attribute Storage Technique) and indexes. Expected results: tablesizes Show space report for each table. On PostgreSQL the meaning of columns is as follows: "Planner Size" - size which planner uses for determining execution plan. It may differ from the real size. "Real Size" - real size of data file on disk. "Real Size+Toasts+Idx" - real size of data file on disk, including TOAST (The Oversized-Attribute Storage Technique) and indexes. Additional info: patch will be sumitted shortly.
Committing to Spacewalk master, thanks! 009fbc7dd8351760849e362cf3d37424b168e7e3
Moving bugs to ON_QA as we move to release Spacewalk 2.3
Spacewalk 2.3 has been released. See https://fedorahosted.org/spacewalk/wiki/ReleaseNotes23