Re: terminology in example

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: taf1(at)cornell(dot)edu, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: terminology in example
Date: 2020-04-22 20:23:31
Message-ID: 20200422202331.GP19613@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Patch applied back to 9.5, thanks.

---------------------------------------------------------------------------

On Wed, Apr 1, 2020 at 08:27:59PM -0400, Bruce Momjian wrote:
> On Wed, Apr 1, 2020 at 08:37:30AM +0200, Laurenz Albe wrote:
> > On Tue, 2020-03-31 at 19:10 -0400, Bruce Momjian wrote:
> >
> > > The attached patch fixes the problem. The regression tests also have
> > > many mentions of "altitude." Should those be changed too?
> >
> > I don't think that is necessary.
> > Names don't matter in the regression tests.
>
> Agreed.
>
> > > @@ -612,7 +612,7 @@ CREATE VIEW cities AS
> > > CREATE TABLE cities (
> > > name text,
> > > population real,
> > > - altitude int -- (in ft)
> > > + elevation int -- (in ft)
> > > );
> >
> > The "int" should be aligned with the rest (delete one space).
>
> Fixed, thanks.
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
> EnterpriseDB https://enterprisedb.com
>
> + As you are, so once was I. As I am, so you will be. +
> + Ancient Roman grave inscription +
>
>

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2020-04-22 22:59:11 Re: Logical replication subscription owner
Previous Message Stephen Frost 2020-04-22 17:46:11 Re: Logical replication subscription owner