743b98b298
Though this doesn't follow Go naming conventions exactly it makes names more consistent with PostgreSQL and it is easier to read. For example, TIDOID becomes TidOid. In addition this is one less breaking change in the move to V3.
4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
Can pass function to get inet data and function to get oid/name mapping as optional interface with io.Reader or io.Writer
|
|
|
|
Could be useful for arrays of types without defined Oids like hstore.
|