Changeset 806
- Timestamp:
- 03/07/07 22:13:45 (1 year ago)
- Files:
-
- pg8000/trunk/pg8000.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pg8000/trunk/pg8000.py
r805 r806 182 182 # parameter is mandatory. 183 183 # 184 # @ param port The TCP/IP port of the PostgreSQL server instance. This184 # @keyparam port The TCP/IP port of the PostgreSQL server instance. This 185 185 # parameter defaults to 5432, the registered and common port of PostgreSQL 186 186 # TCP/IP servers. 187 187 # 188 # @ param database The name of the database instance to connect with. This188 # @keyparam database The name of the database instance to connect with. This 189 189 # parameter is optional, if omitted the PostgreSQL server will assume the 190 190 # database name is the same as the username. 191 191 # 192 # @ param password The user password to connect to the server with. This192 # @keyparam password The user password to connect to the server with. This 193 193 # parameter is optional. If omitted, and the database server requests password 194 194 # based authentication, the connection will fail. On the other hand, if this
