![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
| | | | postgres=CTc/postgres |
|
| | | | =c/postgres |
#2
| |||
| |||
|
|
I'm a PostgreSQL user in the linux world but at the office there is a Mac computer and I have a problem with postgres in it. The problem is when I use characters with tildes in spanish like in the follow word "países". The next is ilustrates my problem: test=# SHOW SERVER_ENCODING; server_encoding ----------------- UTF8 (1 row) test=# SELECT pg_client_encoding(); pg_client_encoding -------------------- UTF8 (1 row) test=# CREATE TABLE países (nombre VARCHAR(10)); CREATE TABLE test=# \d List of relations Schema | Name | Type | Owner --------+-------+-------+-------- public | pases | table | dragon (1 row) |
![]() |
| Thread Tools | |
| Display Modes | |
| |