Re: terminology in example - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: terminology in example
Date
Msg-id 20200402002759.GA30387@momjian.us
Whole thread Raw
In response to Re: terminology in example  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: terminology in example
List 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@momjian.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 +



pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: terminology in example
Next
From: PG Doc comments form
Date:
Subject: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"