aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-08-29 08:38:29 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-08-29 09:01:02 +0200
commitcf49a606c416634fd6af82eb559331fd6052835d (patch)
tree612d40fbc95fdb2eedfdfb5ad327eb9328a3e4ee /src/tutorial/basics.source
parent5d9170697e4e6dd282b015890bc29baf978c6cb5 (diff)
downloadpostgresql-cf49a606c416634fd6af82eb559331fd6052835d.tar.gz
postgresql-cf49a606c416634fd6af82eb559331fd6052835d.zip
Disallow USING clause when altering type of generated column
This does not make sense. It would write the output of the USING clause into the converted column, which would violate the generation expression. This adds a check to error out if this is specified. There was a test for this, but that test errored out for a different reason, so it was not effective. Reported-by: Jian He <jian.universality@gmail.com> Reviewed-by: Yugo NAGATA <nagata@sraoss.co.jp> Discussion: https://www.postgresql.org/message-id/flat/c7083982-69f4-4b14-8315-f9ddb20b9834%40eisentraut.org
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions