Re: [HACKERS] tiny psql doc inconsistency

2016-11-29 Thread Stephen Frost
Fabien, * Fabien COELHO (coe...@cri.ensmp.fr) wrote: > While reading the documentation, I noticed an tiny inconsistency at > the end of: > > https://www.postgresql.org/docs/devel/static/app-psql.html > > testdb=> SELECT first, second, first > 2 AS gt2 FROM my_table; > first | second | g

[HACKERS] tiny psql doc inconsistency

2016-11-29 Thread Fabien COELHO
Hello, While reading the documentation, I noticed an tiny inconsistency at the end of: https://www.postgresql.org/docs/devel/static/app-psql.html testdb=> SELECT first, second, first > 2 AS gt2 FROM my_table; first | second | ge2 ---++- 1 | one| f