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>
6767at the front of a file name is used to represent the
6868path to the <Productname>Postgres</Productname> superuser's home directory.
6969
@@ -81,9 +81,12 @@ expressions. <quote>|</quote> is the boolean operator OR.
8181<para>
8282Examples will show commands executed from various accounts and programs.
8383Commands 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>.
8588<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 .
8790
8891<note>
8992<para>