File: dropschema.sql

package info (click to toggle)
pdns 3.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,356 kB
  • sloc: cpp: 42,003; ansic: 22,326; sh: 18,273; sql: 618; makefile: 590; yacc: 222; lex: 133; perl: 52
file content (23 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DROP PROCEDURE get_hashed_prev_next;
DROP PROCEDURE get_canonical_prev_next;

DROP FUNCTION dnsname_to_hashname;
DROP FUNCTION base32hex_encode;
DROP FUNCTION dnsname_to_raw;
DROP FUNCTION label_reverse;

DROP TABLE Records;
DROP SEQUENCE records_id_seq;
DROP TABLE AccessControlList;
DROP TABLE TSIGKeys;
DROP TABLE ZoneDNSKeys;
DROP SEQUENCE zonednskeys_id_seq;
DROP TABLE ZoneMetadata;
DROP TABLE Supermasters;
DROP SEQUENCE supermasters_id_seq;
DROP TABLE Zonemasters;
DROP TABLE ZoneAlsoNotifyHosts;
DROP TABLE Zones;
DROP SEQUENCE zones_id_seq;

-- vi: set sw=2 et : --