File: setup-91.sql

package info (click to toggle)
postgresql-pgmp 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 584 kB
  • ctags: 454
  • sloc: ansic: 2,052; sql: 853; python: 557; makefile: 158; sh: 15
file content (13 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
SET client_min_messages = warning;
\set ECHO none
-- The above turn off echoing so that expected file
-- does not depend on contents of the setup file.

-- Setup the extension on PostgreSQL 9.1


CREATE EXTENSION pgmp;

\set ECHO all
RESET client_min_messages;