tinyint

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: tinyint
Date: 2004-05-11 00:50:16
Message-ID: c7p80j$n2n$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
someone of you sent me an example of a new data type
called tinyint.

I seen that is using a well directory structure just
for compile a tinyint.c.

Is there any "empty" structure that I have to use in
order to delivery compile my email.c or I can
just use a single line command:

gcc email.c -I. -I /usr/include/pgsql/server ....

I seen also that a library called libpgext.so
is created.

Shall I do the same ? Are guide line to use out there?

Regards
Gaetano Mendola

Responses

  • Re: tinyint at 2004-05-11 05:58:00 from Shachar Shemesh

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2004-05-11 01:13:06 Re: Hacking MySQL Database
Previous Message Christopher Kings-Lynne 2004-05-11 00:10:50 Re: Bug in renaming view columns