Re: Add support for logging the current role - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Add support for logging the current role
Date
Msg-id AANLkTimZ_8enM4e06wkSZiyKCxNKN62QMnyz1bkD-6cH@mail.gmail.com
Whole thread Raw
In response to Re: Add support for logging the current role  (Noah Misch <noah@leadboat.com>)
Responses Re: Add support for logging the current role
List pgsql-hackers
On Thu, Feb 10, 2011 at 6:27 AM, Noah Misch <noah@leadboat.com> wrote:
> FWIW, a 330 byte boot_val doesn't seem like a big deal to me.  If it were over
> _POSIX2_LINE_MAX (2048), that might be another matter.

I don't think it's entirely stupid to worry about this completely
screwing up the output of "SHOW ALL" on people using 80-character
terminal windows.  I haven't checked, but if it renders the output
totally unreadable then I think we should try to find an alternative
that doesn't.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: xlog functions for pg_basebackup
Next
From: Robert Haas
Date:
Subject: Re: PostgreSQL FDW update