]> git.sur5r.net Git - openldap/blob - servers/slapd/back-sql/rdbms_depend/pgsql/testdb_drop.sql
Sync with HEAD
[openldap] / servers / slapd / back-sql / rdbms_depend / pgsql / testdb_drop.sql
1 DROP TABLE persons;
2 DROP TABLE institutes;
3 DROP TABLE documents;
4 DROP TABLE authors_docs;
5 DROP TABLE phones;
6 DROP TABLE referrals;
7 DROP FUNCTION create_person ();
8 DROP FUNCTION update_person_cn (varchar, int);
9 DROP FUNCTION add_phone (varchar, int);
10 DROP FUNCTION create_doc ();
11 DROP FUNCTION create_o ();
12 DROP FUNCTION create_referral ();
13