Notation
-...
or /usr/local/pgsql/
+...
or /usr/local/pgsql/</filename>
at the front of a file name is used to represent the
path to the
Postgres superuser's home directory.
Examples will show commands executed from various accounts and programs.
Commands executed from the root account will be preceeded with >
.
-Commands executed from the superuser account will be preceeded with $
.
+Commands executed from the
Postgres
+superuser account will be preceeded with %
, while commands
+executed from an unprivileged user's account will be preceeded with
+$
.
SQL commands will be preceeded with
=>
-or will have no leading prompt.
+or will have no leading prompt, depending on the context.