This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
fileno
Name
fileno -- returns the socket used to
connect to the database
Synopsis
fileno()
Return Type
- socket id
-
The underlying socket id used to connect to the
database.
Exceptions
- TypeError
-
Too many (any) arguments.
Description
fileno()
method returns the
underlying socket id used to connect to the database. This is
useful for use in select
calls,
etc.