summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2012-05-16 12:13:59 +0000
committerMarko Kreen2012-05-16 12:13:59 +0000
commitb35346d63171d5ef597953e5d10d23b60a4d22cc (patch)
tree530f2164595916917bbe5131a80146803f5337a4
parent723add16c6eef18444f1cdf2aff7b661a854b3bd (diff)
londiste.find_table_oid: drop old version - 9.1+ panics when argument name changes
-rw-r--r--sql/londiste/functions/londiste.find_table_oid.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/londiste/functions/londiste.find_table_oid.sql b/sql/londiste/functions/londiste.find_table_oid.sql
index 2888575d..584442f7 100644
--- a/sql/londiste/functions/londiste.find_table_oid.sql
+++ b/sql/londiste/functions/londiste.find_table_oid.sql
@@ -1,4 +1,8 @@
+drop function if exists londiste.find_seq_oid(text);
+drop function if exists londiste.find_table_oid(text);
+drop function if exists londiste.find_rel_oid(text, text);
+
create or replace function londiste.find_rel_oid(i_fqname text, i_kind text)
returns oid as $$
-- ----------------------------------------------------------------------