~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/pl/plpython/plpython_deschema.sql

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DROP INDEX xsequences_pid_idx ;
 
2
DROP TABLE xsequences ;
 
3
DROP INDEX sequences_product_idx ;
 
4
DROP TABLE sequences ;
 
5
DROP SEQUENCE sequences_pid_seq ;
 
6
DROP TABLE taxonomy ;
 
7
DROP SEQUENCE taxonomy_id_seq ;
 
8
DROP TABLE entry ;
 
9
DROP SEQUENCE entry_eid_seq ;
 
10
DROP INDEX logins_userid_idx ;
 
11
DROP TABLE logins;
 
12
DROP INDEX users_username_idx ;
 
13
DROP INDEX users_fname_idx ;
 
14
DROP INDEX users_lname_idx ;
 
15
DROP INDEX users_userid_idx ;
 
16
DROP TABLE users ;
 
17
DROP SEQUENCE users_userid_seq ;