![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Bug summary: PSQL's \d table displaying garbage characters for one table. Severity: Annoyance Reproducability: Poor Version: 7.4.3 on the client, 7.4.1 on the server. Both compiled from source. Platform: SuSE Linux 9.1, Linux Kernel 2.6.7 (client), RH Linux 8.0 on server. Connection btw. client <--> server is over SSH tunnel. |
#3
| |||
| |||
|
|
When I do a \d on one table in PSQL, I get the following: Table "public.elbs_timekeep" Column | Type | Modifiers -------------------+-----------------------------+----------- 240240240240240240240240tkinit | character varying(8) | 240240240240240240240240tksort | integer | 240240240240240240240240tklast | character varying(20) | |
#4
| |||
| |||
|
|
UPDATE: Turns out the garbage characters were actually in the field names themselves. Somehow a previous bad connection caused line breaks to get replaced with unicode garbage when I created the table. It seems like, in PSQL, the use of non-ASCII characters should require quoted identifiers, but apparently not? |
![]() |
| Thread Tools | |
| Display Modes | |
| |