Hi all,
I'm using the libpq `PQgetvalue` function to get
specific results from my datase. Many of these
results are numeric types. Is there an internal
function in libpq that will convert the returned
string to an appropriate C-type based on the oid
values in src/include/catalog/pg_type.h?
Many
Hi all,
I have searched through the archives but after 2 days
of trying, I still cannot figure out how to get
postgres permissions to work the way I need them to.
What I am trying to do is setup Postgresql on a Linux
server so that users can connect from anywhere on the
subnet and edit tables t