Source: pghintplan-9.4
Section: database
Priority: optional
Maintainer: Dmitry Voronin <support@rusbitech.ru>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 153~)
Standards-Version: 3.9.6
Homepage: http://en.osdn.jp/projects/pghintplan/

Package: postgresql-9.4-pghintplan
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.4
Description: pg_hint_plan - planner hints for PostgreSQL 9.4
 PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.

