|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.169 2006/09/16 00:30:19 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.170 2006/10/03 21:14:46 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -2491,7 +2491,7 @@ testdb=> <userinput>\set content '''' `sed -e "s/'/''/g" -e 's/\\/\\\\/g' < |
2491 | 2491 | <literal>%]</literal>. Multiple pairs of these may occur within |
2492 | 2492 | the prompt. For example, |
2493 | 2493 | <programlisting> |
2494 | | -testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%#%] ' |
| 2494 | +testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n@%/%R%[%033[0m%]%# ' |
2495 | 2495 | </programlisting> |
2496 | 2496 | results in a boldfaced (<literal>1;</literal>) yellow-on-black |
2497 | 2497 | (<literal>33;40</literal>) prompt on VT100-compatible, color-capable |
|