Branch: Tag:

2017-11-16

2017-11-16 00:41:24 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Update docs.

699:    //! @[affected_rows()]    //!    //! @note -  //! This function is PostgreSQL-specific, and thus it is not available -  //! through the generic SQL-interface. +  //! This function is PostgreSQL-specific.    /*semi*/final string status_command_complete() {    return statuscmdcomplete;    }
711:    //! @[status_command_complete()]    //!    //! @note -  //! This function is PostgreSQL-specific, and thus it is not available -  //! through the generic SQL-interface. +  //! This function is PostgreSQL-specific.    /*semi*/final int affected_rows() {    int rows;    if(statuscmdcomplete)