Skip to content

Commit bf876ff

Browse files
committed
known limitations
1 parent 949eded commit bf876ff

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/reference/sql_adapter.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,34 @@ compilation, but just pass through the cached query.
475475
queries ``SELECT 1;`` and ``SELECT 1 ;`` are compiled separately.
476476

477477

478+
Known limitations
479+
=================
480+
481+
Following SQL statements are not supported:
482+
483+
- ``CREATE``, ``ALTER``, ``DROP``,
484+
485+
- ``TRUNCATE``, ``COMMENT``, ``SECURITY LABEL``, ``IMPORT FOREIGN SCHEMA``,
486+
487+
- ``GRANT``, ``REVOKE``,
488+
489+
- ``OPEN``, ``FETCH``, ``MOVE``, ``CLOSE``, ``DECLARE``, ``RETURN``,
490+
491+
- ``CHECKPOINT``, ``DISCARD``, ``CALL``,
492+
493+
- ``REINDEX``, ``VACUUM``, ``CLUSTER``, ``REFRESH MATERIALIZED VIEW``,
494+
495+
- ``LISTEN``, ``UNLISTEN``, ``NOTIFY``,
496+
497+
- ``LOAD``.
498+
499+
Following functions are not supported:
500+
501+
- ``set_config``,
502+
- ``pg_filenode_relation``,
503+
- most of system administration functions.
504+
505+
478506
Example: gradual transition from ORMs to EdgeDB
479507
===============================================
480508

0 commit comments

Comments
 (0)