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-02 00:27:59
Message-ID: 20200402002759.GA30387@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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 +

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Justin Pryzby 2020-04-02 01:09:34 Re: Add A Glossary
Previous Message Alvaro Herrera 2020-04-02 00:09:25 Re: Add A Glossary