- add a note that alter_column->postgresql_using is raw SQL,

fixes #408

Change-Id: Ia569191d43d49178f78a7bcef458b671f750583e
This commit is contained in:
Mike Bayer 2017-01-25 09:34:41 -05:00
parent a4302416a6
commit e52106e91c
1 changed files with 3 additions and 1 deletions

View File

@ -1399,7 +1399,9 @@ class AlterColumnOp(AlterTableOp):
:param postgresql_using: String argument which will indicate a
SQL expression to render within the Postgresql-specific USING clause
within ALTER COLUMN.
within ALTER COLUMN. This string is taken directly as raw SQL which
must explicitly include any necessary quoting or escaping of tokens
within the expression.
.. versionadded:: 0.8.8