File: clean.sql

package info (click to toggle)
pgq 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: sql: 3,442; ansic: 2,013; python: 309; makefile: 84; sh: 1
file content (22 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\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;