mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Update items.
This commit is contained in:
parent
6abde4d803
commit
8d74e178d2
4
HISTORY
4
HISTORY
@ -116,7 +116,7 @@ Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
|
|||||||
Improve DOMAIN automatic type casting (Rod, Tom)
|
Improve DOMAIN automatic type casting (Rod, Tom)
|
||||||
Allow dollar signs in identifiers, except as first character (Tom)
|
Allow dollar signs in identifiers, except as first character (Tom)
|
||||||
Disallow dollar signs in operator names, so x=$1 works (Tom)
|
Disallow dollar signs in operator names, so x=$1 works (Tom)
|
||||||
Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
|
Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS (Rod)
|
||||||
Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
|
Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
|
||||||
|
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
@ -159,7 +159,7 @@ Allow pg_ctl to better handle non-standard ports (Greg)
|
|||||||
Functional indexes now support indexes on column expressions (Tom)
|
Functional indexes now support indexes on column expressions (Tom)
|
||||||
Syntax errors now reported as 'syntax error' rather than 'parse error' (Tom)
|
Syntax errors now reported as 'syntax error' rather than 'parse error' (Tom)
|
||||||
Have SHOW TRANSACTION_ISOLATION match input to SET TRANSACTION_ISOLATION (Tom)
|
Have SHOW TRANSACTION_ISOLATION match input to SET TRANSACTION_ISOLATION (Tom)
|
||||||
Have COMMENT ON DATABASE on non-local database generate a warning
|
Have COMMENT ON DATABASE on non-local database generate a warning (Rod)
|
||||||
|
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user