Allow aggregate functions to use
- linkend="syntax-aggregates">ORDER BY>> (Andrew Gierth)
+ linkend="syntax-aggregates">ORDER BY>link> (Andrew Gierth)
+
+
pg_restore> now complains if any command-line arguments
+ remain after the switches and optional file name (Tom Lane)
+
+
+ Previously, it silently ignored any such arguments.
+
+
+
+
+ Custom typanalyze functions should no longer rely on
+ VacAttrStats>.attr> to determine the type
+ of data they will be passed (Tom Lane)
+
+
+ This was changed to allow collection of statistics on index columns
+ for which the storage type is different from the underlying column
+ data type. There are new fields that tell the actual datatype being
+ analyzed.
+
+
+