How to store pg_constraint's int2[] data type in C++

From: so_excited(at)excite(dot)com (Damon)
To: pgsql-general(at)postgresql(dot)org
Subject: How to store pg_constraint's int2[] data type in C++
Date: 2003-11-05 14:34:22
Message-ID: 159c8bc6.0311050634.163e4ff5@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I need to query pg_constraint's conkey field in my C++ program. I am
not sure how to store the result as it appears to be an array. Thank
you.

Regards,
Damon

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-11-05 14:59:10 Re: PostgreSQL v7.4 Release Candidate 1
Previous Message Damon 2003-11-05 14:29:45 Re: How to know column constraints via system catalog tables