File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11.\" This is -*-nroff-*-
22.\" XXX standard disclaimer belongs here....
3- .\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.7 1997/10/17 02:11:49 momjian Exp $
3+ .\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.8 1997/10/22 02:08:38 momjian Exp $
44.TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL
55.SH DESCRIPTION
66Libpq is the programmer's interface to Postgres. Libpq is a set of
@@ -506,7 +506,7 @@ Sends a null-terminated
506506.I string
507507to the backend server.
508508.IP
509- The application must explicitly send the single character \*( lq .\*( rq
509+ The application must explicitly send the characters \*( lq \ \ .\*( rq
510510to indicate to the backend that it has finished sending its data.
511511.nf
512512void PQputline(PGconn *conn,
@@ -536,7 +536,7 @@ PQexec(conn, "copy foo from stdin");
536536PQputline(conn, "3<TAB>hello world<TAB>4.5\e n");
537537PQputline(conn,"4<TAB>goodbye world<TAB>7.11\e n");
538538\& ...
539- PQputline(conn,".\e n");
539+ PQputline(conn,"\ \ .\e n");
540540PQendcopy(conn);
541541.fi
542542.PP
You can’t perform that action at this time.
0 commit comments