Changeset 806

Show
Ignore:
Timestamp:
03/07/07 22:13:45 (1 year ago)
Author:
mfenniak
Message:


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pg8000/trunk/pg8000.py

    r805 r806  
    182182# parameter is mandatory. 
    183183# 
    184 # @param port   The TCP/IP port of the PostgreSQL server instance.  This 
     184# @keyparam port   The TCP/IP port of the PostgreSQL server instance.  This 
    185185# parameter defaults to 5432, the registered and common port of PostgreSQL 
    186186# TCP/IP servers. 
    187187# 
    188 # @param database   The name of the database instance to connect with.  This 
     188# @keyparam database   The name of the database instance to connect with.  This 
    189189# parameter is optional, if omitted the PostgreSQL server will assume the 
    190190# database name is the same as the username. 
    191191# 
    192 # @param password   The user password to connect to the server with.  This 
     192# @keyparam password   The user password to connect to the server with.  This 
    193193# parameter is optional.  If omitted, and the database server requests password 
    194194# based authentication, the connection will fail.  On the other hand, if this