-1

Is there a mapping between Postgresql data types to C data types

Similar to this question

PostgreSQL and C# Datatypes

3
  • 1
    You want do server-side programming or client-side programming? Commented Feb 24, 2014 at 5:59
  • @leeduhem client-side programming Commented Feb 24, 2014 at 6:07
  • The libpq documentation may be helpful. That is all I got. Commented Feb 24, 2014 at 6:36

1 Answer 1

2

There's a tool specifically for that for client-side programming: libpqtypes.

For server-side programming, i.e. PostgreSQL extensions written in C and running in the PostgreSQL server executable, you need to use PostgreSQL's APIs directly.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.