File: build.sql

package info (click to toggle)
pgtap 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,792 kB
  • sloc: sql: 25,795; sh: 790; makefile: 287; perl: 175
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
\unset ECHO
\i test/psql.sql

/*
 * Presumably no one is installing this way anymore, but this is a nice way to
 * pick up any syntax errors during install.
 */
BEGIN;
\i sql/pgtap.sql
ROLLBACK;