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

    Implement pg-schemas for the Datahike variant
---
 pg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pg.el b/pg.el
index 64de5ecfa9..48d0f78f0c 100644
--- a/pg.el
+++ b/pg.el
@@ -4123,7 +4123,7 @@ Uses database connection CON."
     ('immudb nil)
     ('picodata nil)
     ('pgmicro nil)
-    ('serenedb
+    ((or 'serenedb 'datahike)
      (let ((res (pg-exec con "SELECT DISTINCT nspname FROM pg_namespace")))
        (apply #'append (pg-result res :tuples))))
     ((or 'risingwave 'octodb 'pgsqlite)

Reply via email to