select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.3 / 7.2 / 7.1
Historical version. PostgreSQL 7.2 reached end of support in February 2007. See the current manual for supported releases.

putline

Name

putline -- writes a line to the server socket [DA]

Synopsis

putline(line)

Parameters

line

Line to be written (string).

Return Type

none

Exceptions

TypeError

Bad argument type or too many (any) arguments.

pg.error

Invalid connection.

Description

putline() method allows to directly write a string to the server socket.

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.