|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.177 2006/12/06 15:40:11 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.178 2006/12/06 15:47:22 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -89,7 +89,7 @@ PostgreSQL documentation |
89 | 89 | <acronym>SQL</acronym> and <application>psql</application> |
90 | 90 | meta-commands with this option. To achieve that, you could |
91 | 91 | pipe the string into <application>psql</application>, like |
92 | | - this: <literal>echo"\x \\ SELECT * FROM foo;" | psql</literal>. |
| 92 | + this: <literal>echo'\x \\ SELECT * FROM foo;' | psql</literal>. |
93 | 93 | (<literal>\\</> is the separator meta-command.) |
94 | 94 | </para> |
95 | 95 | <para> |
|