preprosessor help

From: "viksa verma" <vverma(at)installs(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: preprosessor help
Date: 2002-07-24 20:32:09
Message-ID: ahn2s7$13d1$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I need to define this statement
'EXEC SQL DEFINE MAX 10;' in one file(include/const.h) and need to include
it in another(./test.pcg) which has the following code.
EXEC SQL BEGIN DECLARE SECTION;
char t[MAX];
EXEC SQL END DECLARE SECTION;
How and where in the code do I include this file.

Regards,
Vikas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2002-07-24 20:35:05 e-mail ERD or table design
Previous Message Markus Wollny 2002-07-24 19:20:34 Re: Using FTI-Search (likely a more general runtime-puzzle)