EPUB | CHM | PDF

TPSQLCopy.Properties.Encoding

Top Previous Next

Specifies that the file is encoded in the Encoding name.

Syntax:

property Encoding: string;

Description:

If this option is omitted, the current client encoding is used.

Input data is interpreted according to Encoding option or the current client encoding, and output data is encoded in Encoding or the current client encoding, even if the data does not pass through the client but is read from or written to a file directly by the server.

This feature is available in PostgreSQL v9.2

See also: Options