Thread: Issue
Hi team,
If I am login into postgres. I found this error
]# su postgres
bash-4.2$ psql
could not change directory to "/home/vuser"
psql (9.2.23, server 10.5)
WARNING: psql version 9.2, server version 10.0.
Some psql features might not work.
Type "help" for help.
postgres=#
Regards,
Hemanth
System Admin
+91 9962614999
Legal is now Simple
----------------------------------------------------------
All e-mails sent are privileged information, and not meant to be shared without the permission of the sender
It means you are connect to database server v10 but the psql client and probably other binaries come from 9.2. Looks like the default psql in your PATH is from 9.2.
--
On Tue, Aug 14, 2018 at 12:08 PM, Hemanth Kumar <hemanthkumar.t@vakilsearch.com> wrote:
Hi team,If I am login into postgres. I found this error]# su postgresbash-4.2$ psqlcould not change directory to "/home/vuser"psql (9.2.23, server 10.5)WARNING: psql version 9.2, server version 10.0.Some psql features might not work.Type "help" for help.postgres=#Regards,HemanthSystem Admin+91 9962614999Legal is now Simple---------------------------------------------------------- All e-mails sent are privileged information, and not meant to be shared without the permission of the sender
Sandeep Thakkar
Hi Team,
help me to install the psql 10 Client.
Regards,
Hemanth
System Admin
+91 9962614999
Legal is now Simple
----------------------------------------------------------
All e-mails sent are privileged information, and not meant to be shared without the permission of the sender
On Tue, Aug 14, 2018 at 5:32 PM, Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> wrote:
It means you are connect to database server v10 but the psql client and probably other binaries come from 9.2. Looks like the default psql in your PATH is from 9.2.--On Tue, Aug 14, 2018 at 12:08 PM, Hemanth Kumar <hemanthkumar.t@vakilsearch.com> wrote: Hi team,If I am login into postgres. I found this error]# su postgresbash-4.2$ psqlcould not change directory to "/home/vuser"psql (9.2.23, server 10.5)WARNING: psql version 9.2, server version 10.0.Some psql features might not work.Type "help" for help.postgres=#Regards,HemanthSystem Admin+91 9962614999Legal is now Simple---------------------------------------------------------- All e-mails sent are privileged information, and not meant to be shared without the permission of the senderSandeep Thakkar