git.postgresql.org Git - postgresql.git/commit
2006年6月21日 18:30:11 +0000 (18:30 +0000)
2006年6月21日 18:30:11 +0000 (18:30 +0000)
commit 1f5ca045a435bc6aa9c98d7296973925c5208add
Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).
This is disallowed by the SQL spec because it doesn't have any very sensible
interpretation. Historically Postgres has allowed it but behaved strangely.
As of PG 8.1 a server crash is possible if the MIN/MAX index optimization gets
applied; rather than try to "fix" that, it seems best to just enforce the
spec restriction. Per report from Josh Drake and Alvaro Herrera.
This is the main PostgreSQL git repository.
RSS
Atom