Good morning,
I am new to Postgres, so excuse for such question, but I can't find it
in dokumentation.
I have table cities. I can insert into it, select from it, but cat run such
command
distance=> \d cities
ERROR: parser: parse error at or near "."
distance=> \d cities;
ERROR: parser: parse error at or near "."
Can someone help me.
Thank you very much