Re: terminology in example
От
Laurenz Albe
Тема
Re: terminology in example
Дата
Msg-id
f882f36c5a00d72d4c4fc6e05d1881bf3b903e20.camel@cybertec.at
Ответ на
Re: terminology in example (Bruce Momjian)
Список
Дерево обсуждения
terminology in example PG Doc comments form <noreply@postgresql.org>
Re: terminology in example Bruce Momjian <bruce@momjian.us>
Re: terminology in example Bruce Momjian <bruce@momjian.us>
Re: terminology in example Laurenz Albe <laurenz.albe@cybertec.at>
Re: terminology in example Bruce Momjian <bruce@momjian.us>
Re: terminology in example Bruce Momjian <bruce@momjian.us>
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. > --- a/doc/src/sgml/advanced.sgml > +++ b/doc/src/sgml/advanced.sgml > @@ -585,20 +585,20 @@ SELECT sum(salary) OVER w, avg(salary) OVER w > CREATE TABLE capitals ( > name text, > population real, > - altitude int, -- (in ft) > + elevation int, -- (in ft) > state char(2) > ); > > CREATE TABLE non_capitals ( > name text, > population real, > - altitude int -- (in ft) > + elevation int -- (in ft) > ); > > @@ -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). Yours, Laurenz Albe
В списке pgsql-docs по дате отправления