C where are oids defined?

From: "frank ernest" <doark(at)mail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: C where are oids defined?
Date: 2014-07-15 15:36:24
Message-ID: trinity-dca89253-43e5-406f-9709-0bcfe2629856-1405438583928@3capp-mailcom-lxa07
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi, I'm new and I can't seem to figure out what values are permitted for OID
PQexecPrepared(parrentcon, insertstmt, 2, argz_str, //fixme);
I've looked in the docs but it's simply evading me. In C the values are of type char * and in the database they are of type varchar(255).

Thanks

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeff Davis 2014-07-15 16:09:43 Re: C where are oids defined?
Previous Message madhu_d 2014-07-06 23:29:18 Insert/update a column if it doesnot exists in a database using C program