We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ddcdc commit 72a5838Copy full SHA for 72a5838
library/oss/postgres/prepare/database/functions.sql
@@ -8,6 +8,7 @@
8
-- The functions below provide ensure semantics while only acquiring exclusive locks on mutations.
9
10
-- fn_ensure_table is a lock-friendly replacement for `CREATE TABLE IF NOT EXISTS`.
11
+-- WARNING: This function does not support uppercase names.
12
--
13
-- Example usage:
14
@@ -30,6 +31,7 @@ END
30
31
$func$;
32
33
-- fn_ensure_column is a lock-friendly replacement for `ALTER TABLE ... ADD COLUMN IF NOT EXISTS`.
34
35
36
37
0 commit comments