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-12-24 21:47:17
Message-ID: Pine.BSO.4.64.0612241343270.8221@resin.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I sent this in rather late in the 8.2 cycle, so now that 8.3 development
is underway I thought I'd try sending it again. This patch was necessary
in the development of a large object regression test, but is logically
seperate and reasonable even without that test, so I'm sending it in
seperately for independant consideration. I'll save my pushing on the
large object test until this one gets in ;)

---------- Forwarded message ----------
Date: Thu, 26 Oct 2006 15:58:07 -0700 (PDT)
From: Jeremy Drake <pgsql(at)jdrake(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: [PATCHES] psql \lo_* quiet mode patch

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 Joachim Wieland 2006-12-26 00:36:07 Micro doc patch (plpgsql)
Previous Message Jaime Casanova 2006-12-24 18:49:39 Re: Tablespace for temporary objects and sort files