blob: 0a46f8273c7a5440213b0daed37e30bd6480dd50 (
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
|
LIBRARY LIBPQ
DESCRIPTION "Postgres Client Access Library"
EXPORTS
PQconnectdb @ 1
PQconndefaults @ 2
PQsetdbLogin @ 3
PQfinish @ 4
PQreset @ 5
PQdb @ 6
PQuser @ 7
PQhost @ 8
PQoptions @ 9
PQport @ 10
PQtty @ 11
PQstatus @ 12
PQerrorMessage @ 13
PQsocket @ 14
PQtrace @ 15
PQuntrace @ 16
PQexec @ 17
PQnotifies @ 18
PQsendQuery @ 19
PQgetResult @ 20
PQisBusy @ 21
PQconsumeInput @ 22
PQrequestCancel @ 23
PQgetline @ 24
PQputline @ 25
PQendcopy @ 26
PQfn @ 27
PQclearAsyncResult @ 28
PQresultStatus @ 29
PQntuples @ 30
PQnfields @ 31
PQfname @ 32
PQfnumber @ 33
PQftype @ 34
PQfsize @ 35
PQfmod @ 36
PQcmdStatus @ 37
PQoidStatus @ 38
PQcmdTuples @ 39
PQgetvalue @ 40
PQgetlength @ 41
PQgetisnull @ 42
PQclear @ 43
PQprint @ 44
PQdisplayTuples @ 45
PQprintTuples @ 46
fe_getauthsvc @ 47
fe_setauthsvc @ 48
fe_getauthname @ 49
pqGetc @ 50
pqGets @ 51
pqPuts @ 52
pqGetnchar @ 53
pqPutnchar @ 54
pqGetInt @ 55
pqPutInt @ 56
pqReadData @ 57
pqFlush @ 58
pqWait @ 59
lo_open @ 60
lo_close @ 61
lo_read @ 62
lo_write @ 63
lo_lseek @ 64
lo_creat @ 65
lo_tell @ 66
lo_unlink @ 67
lo_import @ 68
lo_export @ 69
|