blob: fa2eb7c571a8cfc034a2995775366dd65edb0b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
LIBRARY BLIBPQ
EXPORTS
_PQconnectdb @ 1
_PQsetdbLogin @ 2
_PQconndefaults @ 3
_PQfinish @ 4
_PQreset @ 5
_PQrequestCancel @ 6
_PQdb @ 7
_PQuser @ 8
_PQpass @ 9
_PQhost @ 10
_PQport @ 11
_PQtty @ 12
_PQoptions @ 13
_PQstatus @ 14
_PQerrorMessage @ 15
_PQsocket @ 16
_PQbackendPID @ 17
_PQtrace @ 18
_PQuntrace @ 19
_PQsetNoticeProcessor @ 20
_PQexec @ 21
_PQnotifies @ 22
_PQsendQuery @ 23
_PQgetResult @ 24
_PQisBusy @ 25
_PQconsumeInput @ 26
_PQgetline @ 27
_PQputline @ 28
_PQgetlineAsync @ 29
_PQputnbytes @ 30
_PQendcopy @ 31
_PQfn @ 32
_PQresultStatus @ 33
_PQntuples @ 34
_PQnfields @ 35
_PQbinaryTuples @ 36
_PQfname @ 37
_PQfnumber @ 38
_PQftype @ 39
_PQfsize @ 40
_PQfmod @ 41
_PQcmdStatus @ 42
_PQoidStatus @ 43
_PQcmdTuples @ 44
_PQgetvalue @ 45
_PQgetlength @ 46
_PQgetisnull @ 47
_PQclear @ 48
_PQmakeEmptyPGresult @ 49
_PQprint @ 50
_PQdisplayTuples @ 51
_PQprintTuples @ 52
_lo_open @ 53
_lo_close @ 54
_lo_read @ 55
_lo_write @ 56
_lo_lseek @ 57
_lo_creat @ 58
_lo_tell @ 59
_lo_unlink @ 60
_lo_import @ 61
_lo_export @ 62
_pgresStatus @ 63
_PQmblen @ 64
_PQresultErrorMessage @ 65
_PQresStatus @ 66
_termPQExpBuffer @ 67
_appendPQExpBufferChar @ 68
_initPQExpBuffer @ 69
_resetPQExpBuffer @ 70
_PQoidValue @ 71
_PQclientEncoding @ 72
_PQenv2encoding @ 73
_appendBinaryPQExpBuffer @ 74
_appendPQExpBufferStr @ 75
_destroyPQExpBuffer @ 76
_createPQExpBuffer @ 77
_PQconninfoFree @ 78
_PQconnectPoll @ 79
_PQconnectStart @ 80
_PQflush @ 81
_PQisnonblocking @ 82
_PQresetPoll @ 83
_PQresetStart @ 84
_PQsetClientEncoding @ 85
_PQsetnonblocking @ 86
_PQfreeNotify @ 87
_PQescapeString @ 88
_PQescapeBytea @ 89
_printfPQExpBuffer @ 90
_appendPQExpBuffer @ 91
_pg_encoding_to_char @ 92
_pg_utf_mblen @ 93
|