mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Replaced tabs by white spaces
This commit is contained in:
parent
085ffb24dc
commit
746593efe6
@ -1,43 +1,43 @@
|
|||||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.3 2007/10/04 16:29:33 meskes Exp $
|
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
|
||||||
# Functions to be exported by ecpg_compatlib DLL
|
# Functions to be exported by ecpg_compatlib DLL
|
||||||
ECPG_informix_get_var 1
|
ECPG_informix_get_var 1
|
||||||
ECPG_informix_set_var 2
|
ECPG_informix_set_var 2
|
||||||
decadd 3
|
decadd 3
|
||||||
deccmp 4
|
deccmp 4
|
||||||
deccopy 5
|
deccopy 5
|
||||||
deccvasc 6
|
deccvasc 6
|
||||||
deccvdbl 7
|
deccvdbl 7
|
||||||
deccvint 8
|
deccvint 8
|
||||||
deccvlong 9
|
deccvlong 9
|
||||||
decdiv 10
|
decdiv 10
|
||||||
decmul 11
|
decmul 11
|
||||||
decsub 12
|
decsub 12
|
||||||
dectoasc 13
|
dectoasc 13
|
||||||
dectodbl 14
|
dectodbl 14
|
||||||
dectoint 15
|
dectoint 15
|
||||||
dectolong 16
|
dectolong 16
|
||||||
dtcurrent 17
|
dtcurrent 17
|
||||||
dtcvasc 18
|
dtcvasc 18
|
||||||
dtcvfmtasc 19
|
dtcvfmtasc 19
|
||||||
dtsub 20
|
dtsub 20
|
||||||
dttoasc 21
|
dttoasc 21
|
||||||
dttofmtasc 22
|
dttofmtasc 22
|
||||||
intoasc 23
|
intoasc 23
|
||||||
rdatestr 24
|
rdatestr 24
|
||||||
rdayofweek 25
|
rdayofweek 25
|
||||||
rdefmtdate 26
|
rdefmtdate 26
|
||||||
rfmtdate 27
|
rfmtdate 27
|
||||||
rfmtlong 28
|
rfmtlong 28
|
||||||
rgetmsg 29
|
rgetmsg 29
|
||||||
risnull 30
|
risnull 30
|
||||||
rjulmdy 31
|
rjulmdy 31
|
||||||
rmdyjul 32
|
rmdyjul 32
|
||||||
rsetnull 33
|
rsetnull 33
|
||||||
rstrdate 34
|
rstrdate 34
|
||||||
rtoday 35
|
rtoday 35
|
||||||
rtypalign 36
|
rtypalign 36
|
||||||
rtypmsize 37
|
rtypmsize 37
|
||||||
rtypwidth 38
|
rtypwidth 38
|
||||||
rupshift 39
|
rupshift 39
|
||||||
ldchar 40
|
ldchar 40
|
||||||
byleng 41
|
byleng 41
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.3 2007/10/04 16:29:33 meskes Exp $
|
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
|
||||||
# Functions to be exported by ecpglib DLL
|
# Functions to be exported by ecpglib DLL
|
||||||
ECPGallocate_desc 1
|
ECPGallocate_desc 1
|
||||||
ECPGconnect 2
|
ECPGconnect 2
|
||||||
ECPGdeallocate 3
|
ECPGdeallocate 3
|
||||||
ECPGdeallocate_all 4
|
ECPGdeallocate_all 4
|
||||||
ECPGdeallocate_desc 5
|
ECPGdeallocate_desc 5
|
||||||
ECPGdebug 6
|
ECPGdebug 6
|
||||||
ECPGdescribe 7
|
ECPGdescribe 7
|
||||||
ECPGdisconnect 8
|
ECPGdisconnect 8
|
||||||
ECPGdo 9
|
ECPGdo 9
|
||||||
ECPGdo_descriptor 10
|
ECPGdo_descriptor 10
|
||||||
ECPGfree_auto_mem 11
|
ECPGfree_auto_mem 11
|
||||||
ECPGget_desc 12
|
ECPGget_desc 12
|
||||||
ECPGget_desc_header 13
|
ECPGget_desc_header 13
|
||||||
ECPGget_sqlca 14
|
ECPGget_sqlca 14
|
||||||
ECPGis_noind_null 15
|
ECPGis_noind_null 15
|
||||||
ECPGprepare 16
|
ECPGprepare 16
|
||||||
ECPGprepared_statement 17
|
ECPGprepared_statement 17
|
||||||
ECPGset_desc 18
|
ECPGset_desc 18
|
||||||
ECPGset_desc_header 19
|
ECPGset_desc_header 19
|
||||||
ECPGset_noind_null 20
|
ECPGset_noind_null 20
|
||||||
ECPGsetcommit 21
|
ECPGsetcommit 21
|
||||||
ECPGsetconn 22
|
ECPGsetconn 22
|
||||||
ECPGstatus 23
|
ECPGstatus 23
|
||||||
ECPGtrans 24
|
ECPGtrans 24
|
||||||
sqlprint 25
|
sqlprint 25
|
||||||
|
@ -1,47 +1,47 @@
|
|||||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/exports.txt,v 1.2 2007/10/04 16:29:33 meskes Exp $
|
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/exports.txt,v 1.3 2007/10/04 17:49:31 meskes Exp $
|
||||||
# Functions to be exported by pgtypeslib DLL
|
# Functions to be exported by pgtypeslib DLL
|
||||||
PGTYPESdate_dayofweek 1
|
PGTYPESdate_dayofweek 1
|
||||||
PGTYPESdate_defmt_asc 2
|
PGTYPESdate_defmt_asc 2
|
||||||
PGTYPESdate_fmt_asc 3
|
PGTYPESdate_fmt_asc 3
|
||||||
PGTYPESdate_free 4
|
PGTYPESdate_free 4
|
||||||
PGTYPESdate_from_asc 5
|
PGTYPESdate_from_asc 5
|
||||||
PGTYPESdate_from_timestamp 6
|
PGTYPESdate_from_timestamp 6
|
||||||
PGTYPESdate_julmdy 7
|
PGTYPESdate_julmdy 7
|
||||||
PGTYPESdate_mdyjul 8
|
PGTYPESdate_mdyjul 8
|
||||||
PGTYPESdate_new 9
|
PGTYPESdate_new 9
|
||||||
PGTYPESdate_to_asc 10
|
PGTYPESdate_to_asc 10
|
||||||
PGTYPESdate_today 11
|
PGTYPESdate_today 11
|
||||||
PGTYPESdecimal_free 12
|
PGTYPESdecimal_free 12
|
||||||
PGTYPESdecimal_new 13
|
PGTYPESdecimal_new 13
|
||||||
PGTYPESinterval_copy 14
|
PGTYPESinterval_copy 14
|
||||||
PGTYPESinterval_free 15
|
PGTYPESinterval_free 15
|
||||||
PGTYPESinterval_from_asc 16
|
PGTYPESinterval_from_asc 16
|
||||||
PGTYPESinterval_new 17
|
PGTYPESinterval_new 17
|
||||||
PGTYPESinterval_to_asc 18
|
PGTYPESinterval_to_asc 18
|
||||||
PGTYPESnumeric_add 19
|
PGTYPESnumeric_add 19
|
||||||
PGTYPESnumeric_cmp 20
|
PGTYPESnumeric_cmp 20
|
||||||
PGTYPESnumeric_copy 21
|
PGTYPESnumeric_copy 21
|
||||||
PGTYPESnumeric_div 22
|
PGTYPESnumeric_div 22
|
||||||
PGTYPESnumeric_free 23
|
PGTYPESnumeric_free 23
|
||||||
PGTYPESnumeric_from_asc 24
|
PGTYPESnumeric_from_asc 24
|
||||||
PGTYPESnumeric_from_decimal 25
|
PGTYPESnumeric_from_decimal 25
|
||||||
PGTYPESnumeric_from_double 26
|
PGTYPESnumeric_from_double 26
|
||||||
PGTYPESnumeric_from_int 27
|
PGTYPESnumeric_from_int 27
|
||||||
PGTYPESnumeric_from_long 28
|
PGTYPESnumeric_from_long 28
|
||||||
PGTYPESnumeric_mul 29
|
PGTYPESnumeric_mul 29
|
||||||
PGTYPESnumeric_new 30
|
PGTYPESnumeric_new 30
|
||||||
PGTYPESnumeric_sub 31
|
PGTYPESnumeric_sub 31
|
||||||
PGTYPESnumeric_to_asc 32
|
PGTYPESnumeric_to_asc 32
|
||||||
PGTYPESnumeric_to_decimal 33
|
PGTYPESnumeric_to_decimal 33
|
||||||
PGTYPESnumeric_to_double 34
|
PGTYPESnumeric_to_double 34
|
||||||
PGTYPESnumeric_to_int 35
|
PGTYPESnumeric_to_int 35
|
||||||
PGTYPESnumeric_to_long 36
|
PGTYPESnumeric_to_long 36
|
||||||
PGTYPEStimestamp_add_interval 37
|
PGTYPEStimestamp_add_interval 37
|
||||||
PGTYPEStimestamp_current 38
|
PGTYPEStimestamp_current 38
|
||||||
PGTYPEStimestamp_defmt_asc 39
|
PGTYPEStimestamp_defmt_asc 39
|
||||||
PGTYPEStimestamp_defmt_scan 40
|
PGTYPEStimestamp_defmt_scan 40
|
||||||
PGTYPEStimestamp_fmt_asc 41
|
PGTYPEStimestamp_fmt_asc 41
|
||||||
PGTYPEStimestamp_from_asc 42
|
PGTYPEStimestamp_from_asc 42
|
||||||
PGTYPEStimestamp_sub 43
|
PGTYPEStimestamp_sub 43
|
||||||
PGTYPEStimestamp_sub_interval 44
|
PGTYPEStimestamp_sub_interval 44
|
||||||
PGTYPEStimestamp_to_asc 45
|
PGTYPEStimestamp_to_asc 45
|
||||||
|
Loading…
x
Reference in New Issue
Block a user