diff options
| author | Joshua Tolley | 2010-11-26 17:22:01 +0000 |
|---|---|---|
| committer | Joshua Tolley | 2010-11-26 17:22:01 +0000 |
| commit | fe9d8f21bbdfb442b8233b4627a0c67dc458a8bd (patch) | |
| tree | a88daa49fc47e64777af3d331cf142e0604c2d48 /PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h | |
Diffstat (limited to 'PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h')
| -rw-r--r-- | PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h b/PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h new file mode 100644 index 0000000..bb5a69d --- /dev/null +++ b/PGSQL-MIB_src/pgsqlCatalogTables/pgsqlPgAggregateTable/pgsqlPgAggregateTable_oids.h @@ -0,0 +1,33 @@ +/* + * Note: this file originally auto-generated by mib2c using + * : generic-table-oids.m2c,v 1.10 2004/10/08 23:39:17 rstory Exp $ + * + * $Id: pgsqlPgAggregateTable_oids.h,v 1.1 2008/01/17 11:49:24 eggyknap Exp $ + */ +#ifndef PGSQLPGAGGREGATETABLE_OIDS_H +#define PGSQLPGAGGREGATETABLE_OIDS_H + +#ifdef __cplusplus +extern "C" { +#endif + + +/* column number definitions for table pgsqlPgAggregateTable */ +#define PGSQLPGAGGREGATETABLE_OID 1,3,6,1,4,1,27645,1,2,1 +#define COLUMN_PGSQLPGAGGREGATEENTRYOID 1 +#define COLUMN_PGSQLPGAGGREGATEAGGFNOID 2 +#define COLUMN_PGSQLPGAGGREGATEAGGTRANSFN 3 +#define COLUMN_PGSQLPGAGGREGATEAGGFINALFN 4 +#define COLUMN_PGSQLPGAGGREGATEAGGSORTOP 5 +#define COLUMN_PGSQLPGAGGREGATEAGGTRANSTYPE 6 +#define COLUMN_PGSQLPGAGGREGATEAGGINITVAL 7 + +#define PGSQLPGAGGREGATETABLE_MIN_COL COLUMN_PGSQLPGAGGREGATEAGGFNOID +#define PGSQLPGAGGREGATETABLE_MAX_COL COLUMN_PGSQLPGAGGREGATEAGGINITVAL + + +#ifdef __cplusplus +} +#endif + +#endif /* PGSQLPGAGGREGATETABLE_OIDS_H */ |
