Thread

Commits

  1. Add pgtcl back to the list of externally-maintained client interfaces.

  1. Client interface for Tcl

    Yaroslav <ladayaroslav@yandex.ru> — 2017-07-30T16:26:12Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/9.6/static/external-interfaces.html
    Description:
    
    I think the most up-to-date client interface for Tcl is pgtcl
    (https://github.com/flightaware/Pgtcl), as pgtclng wasn&#39;t updated since
    2014.
    
    
  2. Re: Client interface for Tcl

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-08-02T20:28:46Z

    ladayaroslav@yandex.ru writes:
    > Page: https://www.postgresql.org/docs/9.6/static/external-interfaces.html
    
    > I think the most up-to-date client interface for Tcl is pgtcl
    > (https://github.com/flightaware/Pgtcl), as pgtclng wasn&#39;t updated since
    > 2014.
    
    I wasn't aware that anyone is still maintaining pgtcl, but it makes
    sense that FlightAware would be, I guess.  Seems to me that the most
    reasonable thing to do is list both, and let people make their own
    choice which to use.
    
    Thanks for the pointer!
    
    			regards, tom lane