The first patch adds links to the node-postgres (Node.js) and the pq (Go)
drivers to the externally maintained client interface list.

The second patch updates the JDBC entry to change the "Language" field to
Java. It currently says JDBC which is an interface specification, not a
language.

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/
From 7d2c5bf3104350379a21e511f0ace428f9cfd3a7 Mon Sep 17 00:00:00 2001
From: Sehrope Sarkuni <sehr...@jackdb.com>
Date: Fri, 12 May 2017 14:37:31 -0400
Subject: [PATCH 1/2] docs: Add Node.js and Go drivers to client interfaces

---
 doc/src/sgml/external-projects.sgml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 3b51e480f7..4f0889a38e 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -83,6 +83,13 @@
      </row>
 
      <row>
+      <entry>node-postgres</entry>
+      <entry>JavaScript</entry>
+      <entry>Node.js driver</entry>
+      <entry><ulink url="https://github.com/brianc/node-postgres";></ulink></entry>
+     </row>
+
+     <row>
       <entry>Npgsql</entry>
       <entry>.NET</entry>
       <entry>.NET data provider</entry>
@@ -97,6 +104,13 @@
      </row>
 
      <row>
+      <entry>pq</entry>
+      <entry>Go</entry>
+      <entry>Pure Go driver for Go's database/sql</entry>
+      <entry><ulink url="https://github.com/lib/pq";></ulink></entry>
+     </row>
+
+     <row>
       <entry>psqlODBC</entry>
       <entry>ODBC</entry>
       <entry>ODBC driver</entry>
-- 
2.11.0

From f9dfe06feb4d1629eaa0b3cd9221ce6e538d24c7 Mon Sep 17 00:00:00 2001
From: Sehrope Sarkuni <sehr...@jackdb.com>
Date: Sat, 13 May 2017 09:27:27 -0400
Subject: [PATCH 2/2] docs: Fix client interface JDBC language name to Java

---
 doc/src/sgml/external-projects.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 4f0889a38e..ae00081a19 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -70,7 +70,7 @@
 
      <row>
       <entry>JDBC</entry>
-      <entry>JDBC</entry>
+      <entry>Java</entry>
       <entry>Type 4 JDBC driver</entry>
       <entry><ulink url="http://jdbc.postgresql.org/";></ulink></entry>
      </row>
-- 
2.11.0

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to