blob: d849d06ae9243c0ccf7b1cee7a444caa4f632ae3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001OPTIONAL
2SYNOPSIS
3 string pg_conv_string(string str)
4
5DESCRIPTION
6 Convert the string <str> into a string that is correctly interpretated
7 for usage as a string in pg_query(), e.g. ' is replaced with \' and so
8 on.
9
10 The function is available only if the driver is compiled with
11 PostgreSQL support. In that case, __PGSQL__ is defined.
12
13 The efun triggers a privilege violation ("pgsql", "pg_connect").
14
15HISTORY
16 Added in 3.3.708.
17
18SEE ALSO
19 pgsql(C), pg_query(E), pg_pending(E), pg_conv_string(E), pg_close(E),
20 privilege_violation(M)