Re: terminology in example

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: terminology in example
Дата
Msg-id 20200402002759.GA30387@momjian.us
обсуждение исходный текст
Ответ на Re: terminology in example  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: terminology in example  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: terminology in example
Следующее
От: PG Doc comments form
Дата:
Сообщение: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"