Skip to content

Commit c4aecd9

Browse files
committed
Update features pages for new 'Version' header
Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
1 parent f0b1b62 commit c4aecd9

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

features/boolean.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ The `BOOLEAN` data type standardizes the storage of "Yes" and "No" values.
100100

101101
== Further information
102102

103-
* Introduced: xref:versions:{database-version}/index.adoc[]
104103
* Availability: All Offerings
105104
* link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/Data-Types.html[Documentation]
106105
* link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/Data-Types.html[Example]

features/feature.adoctemplate

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Replace this text with the benefits the feature provides
2626

2727
== Further information
2828

29-
* Introduced: xref:versions:{database-version}/index.adoc[]
3029
* Availability: ###Oracle Database feature edition availability, use "All Offerings" if it is not factored###
31-
* link:###URL Link to the Doc###[Documentation]
32-
* link:###URL Link to an example###[Example]
30+
* link:###URL Link to the Doc[Documentation]###
31+
* link:###URL Link to an example[Example]###
32+
* link:###URL Link to any other content, videos, blogs posts, etc.[Video | Blog post | etc.]###

features/identity-columns.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Identity columns ensure that the value for a new row will always be unique by us
105105

106106
== Further information
107107

108-
* Introduced: xref:versions:{database-version}/index.adoc[]
109108
* Availability: All Offerings
110109
* link:https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6__CJAECCFH[Documentation - CREATE TABLE identity_clause]
111110
* link:https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6__CJAHCAFF[Example]

features/if-not-exists.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ false positives by e.g. receiving an error when dropping an object that does not
136136

137137
== Further information
138138

139-
* Introduced: xref:versions:{database-version}/index.adoc[]
140139
* Availability: All Offerings
141140
* link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/DROP-TABLE.html#GUID-39D89EDC-155D-4A24-837E-D45DDA757B45[`DROP TABLE` documentation]
142141

features/plsql-function-in-sql.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ but the user does either not have the necessary privileges to create a named fun
9696

9797
== Further information
9898

99-
* Introduced: xref:versions:{database-version}/index.adoc[]
10099
* Availability: All Offerings
101100
* link:https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6__BABFAFID[Documentation]
102101
* link:https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6__BABJFIDC[Example]

features/table-value-constructor.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ generate multiple rows with values.
100100

101101
== Further information
102102

103-
* Introduced: xref:versions:{database-version}/index.adoc[]
104103
* Availability: All Offerings
105104
* link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6[Multi-row `INSERT`] and link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6[`VALUES` row generation] documentation
106105
* link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6[Multi-row `INSERT`] and link:https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6[`VALUES` row generation] example

0 commit comments

Comments
 (0)