mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Escape greater than and less than characters in docs.
Susanne Ebrecht and me
This commit is contained in:
@@ -105,7 +105,7 @@ $ initdb
|
||||
$ vi $PGDATA/postgresql.conf
|
||||
$ for DBNAME in template0 template1 postgres; do
|
||||
postgres --single -F -O -c exit_on_error=true $DBNAME \
|
||||
< /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null
|
||||
< /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null
|
||||
done
|
||||
</screen>
|
||||
|
||||
|
Reference in New Issue
Block a user