Re: sql3types.h does not include "BigInt"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Niko Ware <nikowareinc(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: sql3types.h does not include "BigInt"
Date: 2021-03-15 22:06:21
Message-ID: 3086041.1615845981@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Niko Ware <nikowareinc(at)gmail(dot)com> writes:
> The data types defined in sql3types.h (see below) do not include "zero" or
> "bigint" (the enumerated values start at "1").

Hm. It looks like that header hasn't been touched since around SQL99
(which did not have bigint). Current versions of the spec list bigint
as code 25 (cf. table 7 in part 3 SQL/CLI). If you wanted to send in
a patch that'd make that work, we'd likely accept it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rafal Pietrak 2021-03-15 22:24:21 Re: Fwd: row level security (RLS)
Previous Message Tom Lane 2021-03-15 21:10:24 Re: Allowing John to Drop Triggers On Chad's Tables