Re: Include access method in listTables output

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Georgios <gkokolatos(at)protonmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, David Rowley <dgrowleyml(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Include access method in listTables output
Date: 2020-08-17 17:40:05
Message-ID: CALDaNm0=xQzgSP5-RFP4-4DY4v7PZS9wS6YJdA4P=si-T56uaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards,
Vignesh

Attachment Content-Type Size
v6-0001-Include-access-method-in-listTables-output.patch application/x-patch 9.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-17 17:54:15 Re: run pgindent on a regular basis / scripted manner
Previous Message Alvaro Herrera 2020-08-17 17:39:26 Re: Add information to rm_redo_error_callback()