Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > !       pipe the string into <application>psql</application>, like
> > !       this: <literal>echo "\x \\ SELECT * FROM foo;" | psql</literal>.
> 
> This should probably use single quotes not double, hm?

Yep, done.

-- 
  Bruce Momjian   [EMAIL PROTECTED]
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/ref/psql-ref.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.177
diff -c -c -r1.177 psql-ref.sgml
*** doc/src/sgml/ref/psql-ref.sgml	6 Dec 2006 15:40:11 -0000	1.177
--- doc/src/sgml/ref/psql-ref.sgml	6 Dec 2006 15:46:30 -0000
***************
*** 89,95 ****
        <acronym>SQL</acronym> and <application>psql</application>
        meta-commands with this option. To achieve that, you could
        pipe the string into <application>psql</application>, like
!       this: <literal>echo "\x \\ SELECT * FROM foo;" | psql</literal>.
        (<literal>\\</> is the separator meta-command.)
        </para>
        <para>
--- 89,95 ----
        <acronym>SQL</acronym> and <application>psql</application>
        meta-commands with this option. To achieve that, you could
        pipe the string into <application>psql</application>, like
!       this: <literal>echo '\x \\ SELECT * FROM foo;' | psql</literal>.
        (<literal>\\</> is the separator meta-command.)
        </para>
        <para>
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate

Reply via email to