Re: using psql 11.4 with a server 13.0 && meta commands

2020-10-21 Thread Ireneusz Pluta/wp.pl
W dniu 2020-10-21 o 13:54, Matthias Apitz pisze: Hello, I've found the following problem using psql 11.4 against a server 13.0: you may install a separate 13.0 psql binary and use that one against the 13.0 server

Re: using psql 11.4 with a server 13.0 && meta commands

2020-10-21 Thread Adrian Klaver
On 10/21/20 4:54 AM, Matthias Apitz wrote: Hello, I've found the following problem using psql 11.4 against a server 13.0: $ export LANG=en_US.UTF-8 $ psql -Usisis -dsisis psql (11.4, server 13.0) WARNING: psql major version 11, server major version 13. Some psql features might not wo

Re: using psql 11.4 with a server 13.0 && meta commands

2020-10-21 Thread Ian Lawrence Barwick
2020年10月21日(水) 20:54 Matthias Apitz : > > > Hello, > > I've found the following problem using psql 11.4 against a server 13.0: > > $ export LANG=en_US.UTF-8 > $ psql -Usisis -dsisis > psql (11.4, server 13.0) > WARNING: psql major version 11, server major version 13. > Some psql features m

using psql 11.4 with a server 13.0 && meta commands

2020-10-21 Thread Matthias Apitz
Hello, I've found the following problem using psql 11.4 against a server 13.0: $ export LANG=en_US.UTF-8 $ psql -Usisis -dsisis psql (11.4, server 13.0) WARNING: psql major version 11, server major version 13. Some psql features might not work. Type "help" for help. sisis=# \d dbctest