Thread: contrib

contrib

From
Thomas O'Connell
Date:
from the README in contrib (as of 7.2.1):

-----------------

        $ psql -d dbname -f module.sql

See the PostgreSQL documentation for more information about this
procedure.

-----------------

out of curiosity, to which segment of the "PostgreSQL documentation" is
this referring? i can find nothing in any of the online manuals.

in fact, is the best place to learn about the contrib projects by
reading their READMEs? is there some repository containing better and
more extensive documentation for these projects?

i've been looking for such a thing in a not very thorough way for some
time, but i finally took a closer look at the projects in contrib and
need to start using some of them (such as pgbench).

thanks!

-tfo