Re: \d+ should display the storage options for columns - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: \d+ should display the storage options for columns
Date
Msg-id 20080522235939.GA8082@alvh.no-ip.org
Whole thread Raw
In response to Re: \d+ should display the storage options for columns  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: \d+ should display the storage options for columns
List pgsql-patches
Gregory Stark wrote:
>
> "Gregory Stark" <stark@enterprisedb.com> writes:
>
> > Oleg pointed out to me here that while we have a command to *set* the toast
> > storage characteristics there's no actual supported way to display the current
> > settings.
> >
> > It seems like this would be a reasonable thing to add to \d+
>
> Sorry, sent the wrong diff before. The previous diff didn't work due to an
> array overflow.

This seems to be against an older version of psql ... with the
printTable API stuff, we reworked this -- in particular the mbvalidate()
call that's only on WIN32 is gone (actually it's the lack of it that's
gone.)


--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Extending grant insert on tables to sequences
Next
From: "Heikki Linnakangas"
Date:
Subject: Free Space Map rewrite