aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
blob: 4a575733c9511240538dbc703f9dbfee18652ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.14 2008/02/14 12:27:26 meskes Exp $ */

#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H

#include <ecpg_informix.h>

typedef timestamp dtime_t;
typedef interval intrvl_t;

#endif   /* ndef _ECPG_DATETIME_H */