bug in psql?

2020-08-14 Thread Aleksey M Boltenkov
stgres │ 0 bytes │ public │ raster_overviews │ view │ postgres │ 0 bytes │ public │ spatial_ref_sys │ table │ postgres │ 4616 kB │ ... Aleksey M Boltenkov.

RE: bug in psql?

2020-08-14 Thread Aleksey M Boltenkov
eksey M Boltenkov. 15.08.2020, 08:39, Pavel Stehule so 15. 8. 2020 v 7:35 odesílatel Aleksey M Boltenkov napsal: Is this a bug? Executing of malformed (quote symbols) select in psql results in unexpected behaviour: pg01:5432 postgres@db=# select 'any expression'any

RE: bug in psql?

2020-08-14 Thread Aleksey M Boltenkov
15.08.2020, 08:56, Tom Lane "Aleksey M Boltenkov" writes: > Is this a bug? > pg01:5432 postgres@db=# select 'any expression'any expression\d+; No. The "\d+;" is taken as a backslash command, and is executed. The rest of what you typed is still wai

RE: bug in psql?

2020-08-14 Thread Aleksey M Boltenkov
15.08.2020, 09:46, Aleksey M Boltenkov 15.08.2020, 08:56, Tom Lane "Aleksey M Boltenkov" writes: > Is this a bug? > pg01:5432 postgres@db=# select 'any expression'any expression\d+; No. The "\d+;" is taken as a backslash command, and

RE: bug in psql?

2020-08-14 Thread Aleksey M Boltenkov
15.08.2020, 09:49, Pavel Stehule so 15. 8. 2020 v 8:35 odesílatel Aleksey M Boltenkov napsal: eksey M Boltenkov. 15.08.2020, 08:39, Pavel Stehule so 15. 8. 2020 v 7:35 odesílatel Aleksey M Boltenkov napsal: Is this a bug? Executing of malformed (quote