psql \lo_* quiet mode patch

From: Jeremy Drake <pgsql(at)jdrake(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: psql \lo_* quiet mode patch
Date: 2006-10-26 22:58:07
Message-ID: Pine.BSO.4.64.0610261551170.28993@resin.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I sent this in a while back, but never heard anything about it.

This patch makes psql's \lo_* commands respect the -q flag (or other
methods of setting quiet mode) as well as HTML output mode. This came in
very handy when writing a regression test which uses the \lo_import
command since it would otherwise output the OID of the new large object
which would be different every run.

Please let me know if it is ok, or if I need to do it differently.

--
Let me assure you that to us here at First National, you're not just a
number. You're two numbers, a dash, three more numbers, another dash
and another number.
-- James Estes

Attachment Content-Type Size
psql-largeobj-output.patch text/plain 2.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-10-26 23:23:12 Re: Deadlock with pg_dump?
Previous Message Tom Lane 2006-10-26 22:45:08 Re: Deadlock with pg_dump?