Menu

[r8320]: / trunk / database / drop_postgresql.sql  Maximize  Restore  History

Download this file

45 lines (39 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*==============================================================*/
/* Database name: PostgreSql */
/* DBMS name: PostgreSQL 7 */
/* Created on: 04.02.2003 19:59:06 */
/*==============================================================*/
drop table if exists blob_values;
drop table if exists date_values;
drop table if exists default_values;
drop table if exists default_values2;
drop table if exists string_values;
drop table if exists not_null_values;
drop table if exists number_values;
drop table if exists cargo;
drop table if exists people;
drop table if exists equipment2;
drop table if exists equipment;
drop table if exists department;
drop table if exists "Case_Sensitive";
drop table if exists "Spaced Names";
drop table if exists case_sensitive;
drop table if exists high_load;
drop table if exists bcd_values;
drop function if exists procedure1(INT4);
drop function if exists procedure2();
drop function if exists "ABTEST"(integer, integer, character varying);
drop function if exists proc_nonames (integer, integer);
drop function if exists proc_onename (integer, integer);
drop function if exists proc_noout (integer, integer);
drop function if exists proc_composite (integer, integer);
drop function if exists proc_mixedorder (integer, integer);
drop function if exists proc_set ();
drop type if exists compositetype;
/*
drop SEQUENCE cargo_c_id_seq;
drop SEQUENCE default_values_d_id_seq;
drop SEQUENCE department_dep_id_seq;
drop SEQUENCE equipment_eq_id_seq;
drop SEQUENCE people_p_id_seq;
*/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.