Add Pgfe library to client interfaces
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t76247psql -h localhost -U postgresBuilt from patchset v1 (message #1), July 27, 2026 at 08:22 PM.
Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:
git clone --branch t76247_1 https://github.com/hackorum-dev/postgres.gitIn a checkout you already have, add the fork once:
git remote add hackorum https://github.com/hackorum-dev/postgres.gitthen, for this patchset and every later one:
git fetch hackorum t76247_1 && git checkout t76247_1Patchset v1 (message #1) is on t76247_1
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Also libpqxx is listed in our docs as "New-style C++ interface". Should
we remove the "New" part?
---------------------------------------------------------------------------
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>
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
On 28 Jun 2018, at 15:32, Bruce Momjian <bruce@momjian.us> wrote:
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Since the linked repository readme states "ATTENTION, this software is "beta"
quality", does it makes more sense to just list it on the wiki for now (which
it already is on the Client_Libraries page).
cheers ./daniel
On Thu, Jun 28, 2018 at 04:03:36PM +0200, Daniel Gustafsson wrote:
On 28 Jun 2018, at 15:32, Bruce Momjian <bruce@momjian.us> wrote:
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Since the linked repository readme states "ATTENTION, this software is "beta"
quality", does it makes more sense to just list it on the wiki for now (which
it already is on the Client_Libraries page).
Oh, seems perfect. Thanks.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
On Jun 28, 2018, at 7:03 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
On 28 Jun 2018, at 15:32, Bruce Momjian <bruce@momjian.us> wrote:
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Since the linked repository readme states "ATTENTION, this software is "beta"
quality", does it makes more sense to just list it on the wiki for now (which
it already is on the Client_Libraries page).
Probably. There are interfaces I know have been in widespread use for
a decade or more that aren't listed in the manual, so adding a WIP might
not be the most appropriate thing.
Finishing up that wiki page (I think Go is the main thing I didn't get around
to adding yet) and linking to it from somewhere obvious is probably a good
idea, though.
Cheers,
Steve
чт, 28 июн. 2018 г. в 17:03, Daniel Gustafsson <daniel@yesql.se>:
On 28 Jun 2018, at 15:32, Bruce Momjian <bruce@momjian.us> wrote:
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces
section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Since the linked repository readme states "ATTENTION, this software is
"beta"
quality", does it makes more sense to just list it on the wiki for now
(which
it already is on the Client_Libraries page).
You are right. On the other hand, "H.1. Client Interfaces" refers to the
external projects.
I.e., by definition, PGDG is *not* responsible for the quality of these
projects.
I honestly noted that my library is on "beta" stage, and this is *my*
subjective opinion.
Does this mean specifically that this project can not be mentioned in the
documentation?
I *my* subjective opinion - no. Therefore, if someone refers to my opinion
about the "beta",
then why should he not refer to my opinion regarding the mention of my
library in the official
documentation? It seems to *me* logical.
But, please note. I don't insist on my proposal. I just think I did some
thing for PostgreSQL,
which is worthy of mention in the PostgreSQL documentation. That's all.
PS. I glad that my library is mentioned in the wiki. Thank you all!
On Thu, Jun 28, 2018 at 09:32:23AM -0400, Bruce Momjian wrote:
On Fri, Jun 1, 2018 at 05:56:34PM +0300, Dmitry Igrishin wrote:
Hello,
Could we please add Pgfe client library to the external interfaces section?
Patch is attached.
Is everyone good with adding this? Is it too new?
Also libpqxx is listed in our docs as "New-style C++ interface". Should
we remove the "New" part?
I have removed the "New" description.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +