Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4242d7 commit a39e395Copy full SHA for a39e395
doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.177 2006/12/06 15:40:11 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.178 2006/12/06 15:47:22 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -89,7 +89,7 @@ PostgreSQL documentation
89
<acronym>SQL</acronym> and <application>psql</application>
90
meta-commands with this option. To achieve that, you could
91
pipe the string into <application>psql</application>, like
92
- this: <literal>echo "\x \\ SELECT * FROM foo;" | psql</literal>.
+ this: <literal>echo '\x \\ SELECT * FROM foo;' | psql</literal>.
93
(<literal>\\</> is the separator meta-command.)
94
</para>
95
<para>
0 commit comments