Re: [pgadmin-support] Bug in exporting results to file

2005-04-14 Thread Mike G.
Finally got to this. Attached is a database dump file creating using defaults in pgadmin. It has one table in the public schema with 3 rows in it. If you do a select * from export_lost, then File->export->choose local character set (I am using XP Pro with U.S. codepage), the file exported wil

Re: [pgadmin-support] Bug in exporting results to file

2005-04-01 Thread Mike G
Yes but it will take a little time. I will post a backup that can be restored but probably not till later on in the week. Mike On Mon, 2005-03-28 at 08:18, Andreas Pflug wrote: > Mike G. wrote: > > Hi, > > > > I read the faq about the problem where pgadmin won't display data if > > it cannot co

Re: [pgadmin-support] Bug in exporting results to file

2005-03-28 Thread Andreas Pflug
Mike G. wrote: Hi, I read the faq about the problem where pgadmin won't display data if it cannot convert the data due to an encoding issue. I have a table created under Latin1. When doing a select * from that table and exporting the results to a file pgadmin was dropping a row without warning. T

[pgadmin-support] Bug in exporting results to file

2005-02-10 Thread Mike G.
Hi, I read the faq about the problem where pgadmin won't display data if it cannot convert the data due to an encoding issue. I have a table created under Latin1. When doing a select * from that table and exporting the results to a file pgadmin was dropping a row without warning. That row wa