Skip to content

Commit cb40751

Browse files
committed
added docs link
1 parent 8a24b13 commit cb40751

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_src/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeepe
180180
<p class="date">August 3, 2022</p>
181181
<ul class="short-article">
182182
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
183-
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
183+
<li>Expression analysis dependency resolution now supports function calls with <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</li>
184184
<li>Added support for DISABLE TRIGGER options.</li>
185185
<li>Added parser support for reserved keywords in object qualified names.</li>
186186
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>

_src/app/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeepe
4646
<p class="date">August 3, 2022</p>
4747
<ul class="short-article">
4848
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
49-
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
49+
<li>Expression analysis dependency resolution now supports function calls with <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</li>
5050
<li>Added support for DISABLE TRIGGER options.</li>
5151
<li>Added parser support for reserved keywords in object qualified names.</li>
5252
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeepe
241241
<p class="date">August 3, 2022</p>
242242
<ul class="short-article">
243243
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
244-
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
244+
<li>Expression analysis dependency resolution now supports function calls with <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</li>
245245
<li>Added support for DISABLE TRIGGER options.</li>
246246
<li>Added parser support for reserved keywords in object qualified names.</li>
247247
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>

news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeepe
8686
<p class="date">August 3, 2022</p>
8787
<ul class="short-article">
8888
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
89-
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
89+
<li>Expression analysis dependency resolution now supports function calls with <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</li>
9090
<li>Added support for DISABLE TRIGGER options.</li>
9191
<li>Added parser support for reserved keywords in object qualified names.</li>
9292
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>

0 commit comments

Comments
 (0)