Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 724df98

Browse files
author
Thomas G. Lockhart
committed
Try to get a straight story on which prompts mean what.
1 parent e9f10b2 commit 724df98

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/sgml/notation.sgml

+6-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ site.
6363
<title>Notation</title>
6464

6565
<para>
66-
<quote>...</quote> or <filename>/usr/local/pgsql/<filename>
66+
<quote>...</quote> or <filename>/usr/local/pgsql/</filename>
6767
at the front of a file name is used to represent the
6868
path to the <Productname>Postgres</Productname> superuser's home directory.
6969

@@ -81,9 +81,12 @@ expressions. <quote>|</quote> is the boolean operator OR.
8181
<para>
8282
Examples will show commands executed from various accounts and programs.
8383
Commands executed from the root account will be preceeded with <quote>&gt;</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>.
8588
<acronym>SQL</acronym> commands will be preceeded with <quote>=&gt;</quote>
86-
or will have no leading prompt.
89+
or will have no leading prompt, depending on the context.
8790

8891
<note>
8992
<para>

0 commit comments

Comments
 (0)