1/*-------------------------------------------------------------------------
5 * The keyword lists are kept in their own source files for use by
6 * automatic tools. The exact representation of a keyword is determined
7 * by the PG_KEYWORD macro, which is not defined in this file; it can
8 * be defined by the caller for special purposes.
10 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
11 * Portions Copyright (c) 1994, Regents of the University of California
13 * src/interfaces/ecpg/preproc/ecpg_kwlist.h
15 *-------------------------------------------------------------------------
18/* There is deliberately not an #ifndef ECPG_KWLIST_H here. */
21 * List of (keyword-name, keyword-token-value) pairs.
23 * Note: gen_keywordlist.pl requires the entries to appear in ASCII order.
34PG_KEYWORD(
"datetime_interval_code", SQL_DATETIME_INTERVAL_CODE)
35PG_KEYWORD(
"datetime_interval_precision", SQL_DATETIME_INTERVAL_PRECISION)
54PG_KEYWORD(
"returned_length", SQL_RETURNED_LENGTH)
55PG_KEYWORD(
"returned_octet_length", SQL_RETURNED_OCTET_LENGTH)
#define PG_KEYWORD(kwname, value, category, collabel)