File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 63
63
<title>Notation</title>
64
64
65
65
<para>
66
- <quote>...</quote> or <filename>/usr/local/pgsql/<filename>
66
+ <quote>...</quote> or <filename>/usr/local/pgsql/</ filename>
67
67
at the front of a file name is used to represent the
68
68
path to the <Productname>Postgres</Productname> superuser's home directory.
69
69
@@ -81,9 +81,12 @@ expressions. <quote>|</quote> is the boolean operator OR.
81
81
<para>
82
82
Examples will show commands executed from various accounts and programs.
83
83
Commands executed from the root account will be preceeded with <quote>></quote>.
84
- Commands executed from the superuser account will be preceeded with <quote>$</quote>.
84
+ Commands executed from the <Productname>Postgres</Productname>
85
+ superuser account will be preceeded with <quote>%</quote>, while commands
86
+ executed from an unprivileged user's account will be preceeded with
87
+ <quote>$</quote>.
85
88
<acronym>SQL</acronym> commands will be preceeded with <quote>=></quote>
86
- or will have no leading prompt.
89
+ or will have no leading prompt, depending on the context .
87
90
88
91
<note>
89
92
<para>
You can’t perform that action at this time.
0 commit comments