Обсуждение: Add Pgfe library to client interfaces

Поиск
Список
Период
Сортировка

Add Pgfe library to client interfaces

От
Dmitry Igrishin
Дата:
Hello,

Could we please add Pgfe client library to the external interfaces section?

Patch is attached.
Вложения

Re: Add Pgfe library to client interfaces

От
Bruce Momjian
Дата:
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 +


Re: Add Pgfe library to client interfaces

От
Daniel Gustafsson
Дата:
> 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

Re: Add Pgfe library to client interfaces

От
Bruce Momjian
Дата:
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 +


Re: Add Pgfe library to client interfaces

От
Steve Atkins
Дата:
> 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



Re: Add Pgfe library to client interfaces

От
Dmitry Igrishin
Дата:


чт, 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!

Re: Add Pgfe library to client interfaces

От
Bruce Momjian
Дата:
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 +