mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
12 lines
277 B
C
12 lines
277 B
C
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian 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 */
|