Skip to content

Commit

Permalink
Mention that we don't support Advisory Lock Functions
Browse files Browse the repository at this point in the history
We defined some builtins around pg_advisory locks, but they are no-ops,
and some functions are not even defined. This commit adds this
limitation to unsupported postgres features.

See cockroachdb/cockroach#13546.
  • Loading branch information
yuzefovich committed Dec 14, 2023
1 parent b357825 commit 0377710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
- Creating a database from a template.
- [Dropping a single partition from a table](partitioning.html#known-limitations).
- Foreign data wrappers.
- Advisory Lock Functions (although some functions are defined with no-op implementations).
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- Creating a database from a template.
- [Dropping a single partition from a table]({% link {{ page.version.version }}/partitioning.md %}#known-limitations).
- Foreign data wrappers.
- Advisory Lock Functions (although some functions are defined with no-op implementations).
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- Creating a database from a template.
- [Dropping a single partition from a table]({% link {{ page.version.version }}/partitioning.md %}#known-limitations).
- Foreign data wrappers.
- Advisory Lock Functions (although some functions are defined with no-op implementations).

0 comments on commit 0377710

Please sign in to comment.