branch: elpa/pg
commit 32a4b1afbfd8eb92d04d40f6d50a1db9373068af
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Empty implementation of pg-table-comment + setf for Picodata
---
 pg.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pg.el b/pg.el
index 7caa11feed..336638398a 100644
--- a/pg.el
+++ b/pg.el
@@ -3933,6 +3933,7 @@ TABLE can be a string or a schema-qualified name. Uses 
database connection CON."
     ('ydb nil)
     ;; As of 2025-08, CedarDB returns "Setting comments in not implemented 
yet" (sic).
     ('cedardb nil)
+    ('picodata nil)
     ('h2
      (let* ((schema (if (pg-qualified-name-p table)
                         (pg-qualified-name-schema table)
@@ -3981,6 +3982,7 @@ WHERE n.nspname = $1 AND c.relname = $2")
      ('spanner nil)
      ('ydb nil)
      ('cedardb nil)
+     ('picodata nil)
      ;; TheNile raises an error "command tag COMMENT unhandled"
      ('thenile nil)
      (_

Reply via email to