| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Aleksey M Boltenkov <holybolt(at)rambler(dot)ru> |
| Cc: | "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: bug in psql? |
| Date: | 2020-08-15 05:38:58 |
| Message-ID: | CAFj8pRBrvA5eOtQjooxums-SyE-s=UQxCwkuuZd6t09dAyJcUw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
so 15. 8. 2020 v 7:35 odesílatel Aleksey M Boltenkov <holybolt(at)rambler(dot)ru>
napsal:
> Is this a bug?
>
> Executing of malformed (quote symbols) select in psql results in
> unexpected behaviour:
>
> pg01:5432 postgres(at)db=# select 'any expression'any expression\d+;
> List of relations
> Schema │ Name │ Type │ Owner │ Size │ Description
>
> ════════╪══════════════════════════╪══════════╪══════════╪════════════╪══════════════
> public │ geography_columns │ view │ postgres │ 0 bytes │
> public │ geometry_columns │ view │ postgres │ 0 bytes │
> public │ pg_buffercache │ view │ postgres │ 0 bytes │
> public │ pg_stat_statements │ view │ postgres │ 0 bytes │
> public │ raster_columns │ view │ postgres │ 0 bytes │
> public │ raster_overviews │ view │ postgres │ 0 bytes │
> public │ spatial_ref_sys │ table │ postgres │ 4616 kB │
> ...
>
I tested psql-12 and psql-14 and I don't see this issue
Pavel
>
> Aleksey M Boltenkov.
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-08-15 05:56:32 | Re: bug in psql? |
| Previous Message | Aleksey M Boltenkov | 2020-08-15 05:35:29 | bug in psql? |