Re: Include access method in listTables output - Mailing list pgsql-hackers

From Georgios
Subject Re: Include access method in listTables output
Date
Msg-id G0lbTP5dhDHUcVItcS-RKH-IjELjZ0_51WHKGQLjdfaw-PVIm-1asVAYUYuEflnQk_5cbRIjirvZm24QAE6LKaZTsza_xWQF8VvsuzBBNYg=@protonmail.com
Whole thread Raw
In response to Re: Include access method in listTables output  (Georgios <gkokolatos@protonmail.com>)
Responses Re: Include access method in listTables output  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, 20 August 2020 07:31, Justin Pryzby <pryzby@telsasoft.com> wrote:

> On Mon, Aug 17, 2020 at 11:10:05PM +0530, vignesh C wrote:
>
> > On Sat, Aug 1, 2020 at 8:12 AM vignesh C vignesh21@gmail.com wrote:
> >
> > > > > +-- access method column should not be displayed for sequences
> > > > > +\ds+
> > > > >
> > > > > -                            List of relations
> > > > >
> > > > >
> > > > > -   Schema | Name | Type | Owner | Persistence | Size | Description
> > > > >     +--------+------+------+-------+-------------+------+-------------
> > > > >     +(0 rows)
> > > > >     We can include one test for view.
> > > > >
> >
> > I felt adding one test for view is good and added it.
> > Attached a new patch for the same.
> > I felt patch is in shape for committer to have a look at this.
>
> The patch tester shows it's failing xmllint ; could you send a fixed patch ?
>
> /usr/bin/xmllint --path . --noout --valid postgres.sgml
> ref/psql-ref.sgml:1189: parser error : Opening and ending tag mismatch: link line 1187 and para
>
> http://cfbot.cputube.org/georgios-kokolatos.html

Thank you for pointing it out!

Please find version 7 attached which hopefully addresses the error along with a proper
expansion of the test coverage and removal of recently introduced
whitespace warnings.

>
>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Justin


Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Next
From: Julien Rouhaud
Date:
Subject: Re: "ccold" left by reindex concurrently are droppable?