Skip to content

Commit c3805a4

Browse files
Merge pull request #12 from PhilippSalvisberg/issue_7
Fixes #7 - rename G-8420 to G-8510, honoring numbering scheme
2 parents af6af0e + 4ff0f1f commit c3805a4

File tree

3 files changed

+3
-4
lines changed
  • docs
    • 4-language-usage/8-patterns/5-use-dbms-application-info-package-to-follow-progress-of-a-process
    • 9-appendix
    • stylesheets

3 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# G-8420: Always use dbms_application_info to track program process transiently.
1+
# G-8510: Always use dbms_application_info to track program process transiently.
22

33
!!! tip "Minor"
44
Efficiency, Reliability

docs/9-appendix/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ n/a | 8120 | Never check existence of a row to decide whether to create it or no
9595
79 | 8210 | Always use synonyms when accessing objects of another application schema. | Major | ✘ | | ✘ | | | | |
9696
n/a | 8310 | Always validate input parameter size by assigning the parameter to a size limited variable in the declaration section of program unit. | Minor | | | ✘ | | ✘ | ✘ | | ✘
9797
n/a | 8410 | Always use application locks to ensure a program unit only running once at a given time. | Minor | | ✘ | | | ✘ | | |
98-
n/a | 8420 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |
98+
n/a | 8510 | Always use dbms_application_info to track program process transiently | Minor | | ✘ | | | ✘ | | |

docs/stylesheets/extra.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
page-break-before: always;
9090
}
9191

92-
[id*="10-"],
93-
[id^="g-8420"] {
92+
[id*="10-"] {
9493
page-break-before: avoid;
9594
}
9695
}

0 commit comments

Comments
 (0)