File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,11 @@ The desugared syntax shown above can be used in PostgreSQL versions as old
154154as 9.5. In 9.4 and 9.3, the same syntax, but with ` => ` replaced by ` := ` for
155155the named parameters, can be used. The functions remain usable in still
156156earlier PostgreSQL versions, but with increasingly convoluted SQL syntax
157- needed to call them (before 9.3, for example, there was no ` LATERAL ` in a
158- ` SELECT ` , a function could not refer to earlier ` FROM ` items, and so on).
157+ needed to call them; before 9.3, for example, there was no ` LATERAL ` in a
158+ ` SELECT ` , and a function could not refer to earlier ` FROM ` items. Before 9.0,
159+ named-parameter notation can't be used in function calls. Before 8.4, the
160+ functions would have to be declared without their ` DEFAULT ` clauses and the
161+ ` IntervalStyle ` settings, and would not work with PostgreSQL interval values.
159162
160163### Minimizing startup time
161164
Original file line number Diff line number Diff line change @@ -363,6 +363,9 @@ $h4 Since 1.5.1-BETA2
363363* [Preprocessor errors building on Windows with MSVC](${ghbug}182)
364364* [Saxon example does not build since Saxon 9.9 released](${ghbug}185)
365365* [Segfault in VarlenaWrapper.Input on 32-bit](${ghbug}177)
366+ * [Windows: self-install jar silently fails to replace existing files](${ghbug}189)
367+ * [ERROR: java.sql.SQLException: _some Java class name_](${ghbug}192)
368+ * [SetOfRecordTest with timestamp column influenced by environment ](${ghbug}195)
366369
367370$h4 In 1.5.1-BETA2
368371
You can’t perform that action at this time.
0 commit comments