Skip to content
  • Magnus Hagander's avatar
    65c3bf19
    Add libpq function PQconninfo() · 65c3bf19
    Magnus Hagander authored
    This allows a caller to get back the exact conninfo array that was
    used to create a connection, including parameters read from the
    environment.
    
    In doing this, restructure how options are copied from the conninfo
    to the actual connection.
    
    Zoltan Boszormenyi and Magnus Hagander
    65c3bf19
    Add libpq function PQconninfo()
    Magnus Hagander authored
    This allows a caller to get back the exact conninfo array that was
    used to create a connection, including parameters read from the
    environment.
    
    In doing this, restructure how options are copied from the conninfo
    to the actual connection.
    
    Zoltan Boszormenyi and Magnus Hagander
Loading