~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/Makefile

Merged db-devel into staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        @ psql -d ${EMPTY_DBNAME} -q -c "CREATE SCHEMA todrop;"
129
129
        @ echo "* Creating functions"
130
130
        @ psql -d ${EMPTY_DBNAME} -f trusted.sql   | grep : | cat
131
 
        @ psql -d ${EMPTY_DBNAME} -f testfuncs.sql | grep : | cat
132
131
        @ echo "* Installing tsearch2 into ts2 schema"
133
132
        @ ${PYTHON} fti.py -q --setup-only -d ${EMPTY_DBNAME}
134
133
        @ echo "* Loading base database schema"