Originally posted by: mmetts
I just installed the recently available Postgesql client tools on one of our AIX 7.1 systems and I'm getting a code page error when attempting to connect to one of our Postgres instances. I'm thinking that AIX (US English) tends to be latin1, right? I'm a little confused about this error since we have other machines RHEL 7.5 (Intel) and RHEL 7.4 (PPCle) running variations of the client tools and then don't have a problem connecting to this particular instance. Does anyone have thoughts or a workaround? Please see below. Thanks, Mike
$ psql -h crcoyb1 -d bank
Password:
psql: FATAL: conversion between LATIN1 and LATIN9 is not supported
#AIX-Open-Source-Software#AIXOpenSource