dbConnectionInfo.PgSQL.conn {RdbiPgSQL}R Documentation

Return connection information

Description

dbConnectionInfo returns information about a connection.

Usage

## S3 method for class 'PgSQL.conn':
dbConnectionInfo(conn)

Arguments

conn A connection object

Value

status Connection status; zero indicates valid connection
last.message Last message generated by the connection
database.name The database name
host.name The database host name
options Additional connection options
user.name The user name
password The password used to connect
port The port number
tty The tty associated with the connection
socket The socket number
client.encoding Binary encoding
backend.pid The PID of the backend process

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net

See Also

dbConnect


[Package RdbiPgSQL version 1.12.0 Index]