Skip to content

Commit bf6a5ee

Browse files
committed
Release notes and documentation update
1 parent 37e23a8 commit bf6a5ee

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/site/markdown/examples/saxon.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,11 @@ The desugared syntax shown above can be used in PostgreSQL versions as old
154154
as 9.5. In 9.4 and 9.3, the same syntax, but with `=>` replaced by `:=` for
155155
the named parameters, can be used. The functions remain usable in still
156156
earlier 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

src/site/markdown/releasenotes.md.vm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)