summaryrefslogtreecommitdiff
path: root/sql/pgq/expected/clean.out
blob: 7b4cdf9af48c57999b8025ec79872bf8fc019d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\set VERBOSITY 'terse'
set client_min_messages = 'warning';
drop schema pgq cascade;
drop sequence tmptest_seq;
drop table custom_expr;
drop table custom_expr2;
drop table custom_fields;
drop table custom_fields2;
drop table custom_pkey;
drop table deny_test;
drop table nopkey;
drop table nopkey2;
drop table rtest;
drop table if exists trunctrg1;
drop table if exists trunctrg2;
drop table ucustom_pkey;
drop table udata;
drop table when_test;