PreviousWhat's New in Pervasive PSQL v10 (v10) Next

Conventions

Chapter contents

Unless otherwise noted, command syntax, code, and examples use the following conventions:

CASE
Commands and reserved words typically appear in uppercase letters. Unless the manual states otherwise, you can enter these items using uppercase, lowercase, or both. For example, you can type MYPROG, myprog, or MYprog.
Bold
Words appearing in bold include the following: menu names, dialog box names, commands, options, buttons, statements, etc.
Monospaced font
Monospaced font is reserved for words you enter, such as command syntax.
[ ]
Square brackets enclose optional information, as in [log_name]. If information is not enclosed in square brackets, it is required.
|
A vertical bar indicates a choice of information to enter, as in [file_name | @file_name].
< >
Angle brackets enclose multiple choices for a required item, as in /D=<5|6|7>.
variable
Words appearing in italics are variables that you must replace with appropriate values, as in file_name.
. . .
An ellipsis following information indicates you can repeat the information more than one time, as in [parameter . . . ].
::=
The symbol ::= means one item is defined in terms of another. For example, a::=b means the item a is defined in terms of b.
%string%
A variable defined by the Windows operating system. String represents the variable text. Example: %ProgramFiles% is a variable for the location C:\Program Files.
$string
An environment variable defined by the Linux operating system. String represents the variable text. Example: $PATH, which contains a colon-separated list of directories that the shell searches for commands that do not contain a slash in their name.


Chapter contents
Book contents

Prev topic: Manual Organization
Next topic: What Is New in Pervasive PSQL v10