LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Postgres data display problem (https://www.linuxquestions.org/questions/linux-software-2/postgres-data-display-problem-750397/)

Girts 08-26-2009 09:24 AM

Postgres data display problem
 
My first post here, and it seems like a weird problem.

I've used Postgres on W****** and it's been fine. Now I've moved over to Ubuntu completely and I have a problem reading the data in the boxes. All the headings, line numbers etc are fine - it's just the data that's illegible. It looks as if it's displaying at 50% of any other text on the screen. I've tried changing the font, the colour scheme, anything that could affect the appearance, but no joy.

Any thoughts anyone?

TB0ne 08-27-2009 09:32 AM

Quote:

Originally Posted by Girts (Post 3658310)
My first post here, and it seems like a weird problem.

I've used Postgres on W****** and it's been fine. Now I've moved over to Ubuntu completely and I have a problem reading the data in the boxes. All the headings, line numbers etc are fine - it's just the data that's illegible. It looks as if it's displaying at 50% of any other text on the screen. I've tried changing the font, the colour scheme, anything that could affect the appearance, but no joy.

Any thoughts anyone?

No idea, since you don't say how you're retrieving the data, what you're displaying it with, or give any details about the process/programs you're using.

I'd check the data itself, from the postgres console, and run a query, to make sure you really ARE getting the right data. One thing, if you were using Windows, and migrated the data over...you may be enjoying some lovely Windows control characters in your import/dump file, that are causing your display woes. Check the dump file, and see what you can find...check it on the Linux system, though, not on the Windows box, since they'll not show up. You can use sed to strip out the junk (if you're doing a simple replace), and re-import the 'sanitized' file.


All times are GMT -5. The time now is 04:28 PM.