Re: client backwards compatible with older servers

2021-04-30 Thread Vijaykumar Jain
I am not sure which postgresql client is being referred to. If it is psql command line then from the notes section of the docs below says https://www.postgresql.org/docs/current/app-psql.html psql works best with servers of the same or an older major version. Backslash commands are particularly

client backwards compatible with older servers

2021-04-30 Thread Rajesh Madiwale
Hi Team, Do we have any reference documentation which tells above postgres client's backward compatibility ? Example: I am having PG server installed is PG-11.8 and PG client installed is PG-13 , will I face any issue? or are there any limitations if I use it ? Regards, Rajesh Madiwale.