dbConnectionInfo.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbConnectionInfo
returns information about a connection.
## S3 method for class 'PgSQL.conn': dbConnectionInfo(conn)
conn |
A connection object |
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 |
Timothy H. Keitt