Skip to content

Commit 72a5838

Browse files
committed
Add a warning.
1 parent 19ddcdc commit 72a5838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/oss/postgres/prepare/database/functions.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
-- The functions below provide ensure semantics while only acquiring exclusive locks on mutations.
99

1010
-- fn_ensure_table is a lock-friendly replacement for `CREATE TABLE IF NOT EXISTS`.
11+
-- WARNING: This function does not support uppercase names.
1112
--
1213
-- Example usage:
1314
--
@@ -30,6 +31,7 @@ END
3031
$func$;
3132

3233
-- fn_ensure_column is a lock-friendly replacement for `ALTER TABLE ... ADD COLUMN IF NOT EXISTS`.
34+
-- WARNING: This function does not support uppercase names.
3335
--
3436
-- Example usage:
3537
--

0 commit comments

Comments
 (0)