summaryrefslogtreecommitdiff
path: root/example/bugs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'example/bugs.sql')
-rw-r--r--example/bugs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/bugs.sql b/example/bugs.sql
index 033a1f7..eadb89a 100644
--- a/example/bugs.sql
+++ b/example/bugs.sql
@@ -30,7 +30,7 @@ as $$
|| 'where (project like ' || quote_literal('%' || proj || '%')
|| ') and (description like ' || quote_literal('%' || descr || '%')
|| ') order by reported desc limit ' || lim || ' offset ' || offs,
- false, false, 'bugs')
+ false, false, 'urn:x-bugs')
$$ language sql;
-- Now users can be added with select and/or insert privileges,