чт, 29 нояб. 2018 г. в 12:25, Dmitry Igrishin <dmit...@gmail.com>: > > чт, 29 нояб. 2018 г. в 07:35, Craig Ringer <cr...@2ndquadrant.com>: > > > > TL;DR: It's time to update the docs to make package-based and > > installer-based PostgreSQL the assumed environment our users are > > working with. Or at least put it on an equal footing as a first-class > > citizen, not relegate it to the dark corners of notes and appendices. > > The same is true for client drivers. > Could you please add the reference to the Pgfe client library to the > documentation? > The patch is provided.
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 347b830..c74e391 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -83,6 +83,13 @@ </row> <row> + <entry>Pgfe</entry> + <entry>C++</entry> + <entry>An API inspired by libpq</entry> + <entry><ulink url="https://github.com/dmitigr/pgfe"></ulink></entry> + </row> + + <row> <entry>node-postgres</entry> <entry>JavaScript</entry> <entry>Node.js driver</entry>