[pgadmin-support] Improper CSV export delimiter

2010-11-06 Thread Aren Cambre
Bug report: When I use File > Export from a Query window, it's clearly trying to make a CSV. The suggested filename is suffixed with .csv. The problem is the semicolon character is selected by default. That is not CSV. Please change this so the comma is the default delimiter. Now, I understand s

Re: [pgadmin-support] Improper CSV export delimiter

2010-11-06 Thread Thom Brown
On 6 November 2010 21:08, Aren Cambre wrote: > Bug report: > > When I use File > Export from a Query window, it's clearly trying to make a > CSV. The suggested filename is suffixed with .csv. > Are you sure that isn't just there because that's the last filename you used? Mine doesn't default to

Re: [pgadmin-support] Improper CSV export delimiter

2010-11-06 Thread Guillaume Lelarge
Le 06/11/2010 22:19, Thom Brown a écrit : > On 6 November 2010 21:08, Aren Cambre wrote: > >> Bug report: >> >> When I use File > Export from a Query window, it's clearly trying to make a >> CSV. The suggested filename is suffixed with .csv. >> > > Are you sure that isn't just there because that

Re: [pgadmin-support] saved passwords deleted

2010-11-06 Thread Guillaume Lelarge
Le 05/11/2010 17:18, Michael Shapiro a écrit : > I noticed that if I have a problem connecting to a server for which I have a > saved password, the entry in pgpass.conf is deleted. > When I later succeed in connecting, the server then prompts for a password > (and the pgpass.conf entry is added bac

Re: [pgadmin-support] Improper CSV export delimiter

2010-11-06 Thread Aren Cambre
Maybe. But if I click on the ellipsis, the Windows dialog has CSV preselected in *Save as type*, even if the prior extension isn't CSV. But even more strongly, all the settings on the *Export data to file* dialog are CSV-compliant except that one. Shouldn't common standards be the default? What va

Re: [pgadmin-support] Improper CSV export delimiter

2010-11-06 Thread Aren Cambre
> > Moreover, the value you have as a column separator comes from your last > export. You probably set it to a semi-colon the last time you used the > Export functionality. > This was the first time I ever used the dialog. Aren