|
|
|
|
|
by pritambaral
1119 days ago
|
|
My list of unexpected but very welcome changes: - pg_hba.conf and pg_ident.conf can include other files - Logical replication apply can use non-PK btree indexes - Integer literals in non-decimal bases - Underscores in numeric literals - Subqueries in the FROM clause can omit aliases - Addition and subtraction of timestamptz values - pg_upgrade can override new cluster's locale and encoding |
|
This is great. It never made any sense to me that this was required. For people who are unaware, say you want to understand a table a natural way of doing it might be
so you'd think you can do the same for queries like you need to put the alias 'a' to placate existing postgres even though it's never actually used, which never made any sense to me.