We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8747ac1 commit f40e413Copy full SHA for f40e413
1 file changed
postgresql/documentation/driver.txt
@@ -335,7 +335,9 @@ The methods and properties on the connection object are ready for use:
335
``db.do(source[, language = None])``
336
Execute a DO statement on the server. If `language` is `None`, none will be
337
specified and the `default_do_language` database setting will be used by
338
- PostgreSQL.
+ PostgreSQL. *DO statements are available on PostgreSQL 8.5 and greater.*
339
+ *Executing this method on servers that do not support DO statements will*
340
+ *likely cause a SyntaxError*.
341
342
``db.execute(sql_statements_string)``
343
Run a block of SQL on the server. This method returns `None` unless an error
0 commit comments