Re: Include access method in listTables output

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Georgios <gkokolatos(at)protonmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, David Rowley <dgrowleyml(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Include access method in listTables output
Date: 2020-08-20 04:31:47
Message-ID: 20200820043147.GC2886@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)gmail(dot)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

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-08-20 05:01:22 Re: display offset along with block number in vacuum errors
Previous Message Justin Pryzby 2020-08-20 04:25:36 Re: Asynchronous Append on postgres_fdw nodes.