missing file
authorMarko Kreen <markokr@gmail.com>
Sat, 5 Apr 2008 17:06:36 +0000 (17:06 +0000)
committerMarko Kreen <markokr@gmail.com>
Sat, 5 Apr 2008 17:06:36 +0000 (17:06 +0000)
sql/londiste/structure/functions.sql [new file with mode: 0644]

diff --git a/sql/londiste/structure/functions.sql b/sql/londiste/structure/functions.sql
new file mode 100644 (file)
index 0000000..06facfd
--- /dev/null
@@ -0,0 +1,35 @@
+-- Section: Londiste functions
+
+-- Group: Main operations
+\i functions/londiste.node_add_seq.sql
+\i functions/londiste.node_add_table.sql
+\i functions/londiste.node_get_seq_list.sql
+\i functions/londiste.node_get_table_list.sql
+\i functions/londiste.node_remove_seq.sql
+\i functions/londiste.node_remove_table.sql
+\i functions/londiste.node_set_table_state.sql
+
+-- Group: Set object registrations
+\i functions/londiste.set_add_table.sql
+\i functions/londiste.set_remove_table.sql
+
+-- Group: FKey handling
+\i functions/londiste.handle_fkeys.sql
+
+-- Group: Trigger handling
+\i functions/londiste.handle_triggers.sql
+
+-- Group: Internal functions
+\i functions/londiste.node_set_skip_truncate.sql
+-- \i functions/londiste.node_create_trigger.sql
+-- \i functions/londiste.node_refresh_trigger.sql
+-- \i functions/londiste.node_notify_change.sql
+
+-- Group: Utility functions
+\i functions/londiste.find_column_types.sql
+\i functions/londiste.find_table_fkeys.sql
+\i functions/londiste.find_table_oid.sql
+\i functions/londiste.find_table_triggers.sql
+\i functions/londiste.quote_fqname.sql
+\i functions/londiste.make_fqname.sql
+