openldap/servers/slapd/back-sql/rdbms_depend/pgsql/testdb_drop.sql

14 lines
341 B
MySQL
Raw Normal View History

2004-12-12 02:04:38 +08:00
DROP TABLE persons;
DROP TABLE institutes;
DROP TABLE documents;
DROP TABLE authors_docs;
DROP TABLE phones;
DROP TABLE referrals;
2005-07-20 19:16:09 +08:00
DROP FUNCTION create_person ();
DROP FUNCTION update_person_cn (varchar, int);
DROP FUNCTION add_phone (varchar, int);
DROP FUNCTION create_doc ();
DROP FUNCTION create_o ();
DROP FUNCTION create_referral ();