Can anyone help me understand what it is I need to do to simply retrieve
date and time columns into C variables that are readable. All other columns
are come across successfully but the date and time. I have tried double to
store the pg date and char[9] for time, among other typedef tries. My
psotgres columns are defined as: mytime time, mydate date.
Thanks
C