File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/interfaces/ecpg/include Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file contains stuff needed to be as compatible to Informix as possible.
3
- *
4
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.16 2004/08/29 05:06:59 momjian Exp $
5
3
*/
6
4
#ifndef _ECPG_INFORMIX_H
7
5
#define _ECPG_INFORMIX_H
Original file line number Diff line number Diff line change 1
1
#ifndef _ECPG_SQL3TYPES_H
2
2
#define _ECPG_SQL3TYPES_H
3
3
4
- /* SQL3 dynamic type codes
5
- *
6
- * Copyright (c) 2000, Christof Petig <christof.petig@wtal.de>
7
- *
8
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.10 2004/08/29 05:06:59 momjian Exp $
9
- */
4
+ /* SQL3 dynamic type codes */
10
5
11
6
/* chapter 13.1 table 2: Codes used for SQL data types in Dynamic SQL */
12
7
You can’t perform that action at this time.
0 commit comments