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

    New variable pg-null-marker
---
 pg.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pg.el b/pg.el
index 21adfe3d734..3d9bdce8c24 100644
--- a/pg.el
+++ b/pg.el
@@ -90,6 +90,9 @@
 This information appears in queries to the `pg_stat_activity' table
 and (depending on server configuration) in the connection log.")
 
+;; https://en.wikipedia.org/wiki/Null_(SQL)
+(defvar pg-null-marker nil
+  "The value used to represent the SQL NULL value")
 
 (defvar pg-connect-timeout
   (cl-case system-type

Reply via email to