Updated all the screenshots and documentation for the nodes.

This commit is contained in:
Akshay Joshi
2021-09-26 22:03:11 +05:30
parent 3d8754cd3c
commit 294bf27985
188 changed files with 69 additions and 62 deletions

View File

@@ -56,6 +56,10 @@ Use the fields in the *Definition* tab to define the sequence:
around when the MAXVALUE or the MINVALUE has been reached by an ascending or
descending sequence respectively. If the limit is reached, the next number
generated will be the MINVALUE or MAXVALUE, respectively. The default is *No*.
* The *OWNED BY* option causes the sequence to be associated with a specific
table column, such that if that column (or its whole table) is dropped, the
sequence will be automatically dropped as well. The specified table must have
the same owner and be in the same schema as the sequence.
Click the *Security* tab to continue.
@@ -115,5 +119,5 @@ equal of *60*.
* Click the *Info* button (i) to access online help.
* Click the *Save* button to save work.
* Click the *Cancel* button to exit without saving work.
* Click the *Close* button to exit without saving work.
* Click the *Reset* button to restore configuration parameters.