From: Csanyi P. <csa...@gm...> - 2012-07-26 18:53:29
|
Hi, I have installed PostgreSQL 9.1.4 phpPgAdmin 5.0.4 on my Debian GNU/Linux testing/sid. When in phpPgAdmin I 'Browse' a not empty table, and in that table I have a longer text 'A II. világháború szerb áldozatainak emléknapja', at the end of that field I get a scrumble characters '…', as one can see on the image that is reachable here: http://cspl.me/joomla/index.php/itt-helyben/kepek When in psql command line, the command bellow gives me the correct text of that field: iskolanaptar_201213=# select * from allami_unnepek order by unnep_kezdete; unnep_neve | unnep_kezdete | tanitasi_nap_e | munkanap_e | hany_napig_tart -------------------------------------------------+---------------+----------------+------------+----------------- A II. világháború szerb áldozatainak emléknapja | 2012-10-21 | f | f | 1 Pedagógusok napja | 2012-11-08 | t | t | 1 Az I. világháború békekötésének napja | 2012-11-12 | f | f | 1 (3 rows) Is this a bug in the phpPgAdmin? -- Regards from Pal |