Re: [pgadmin-support] It is possible to add an option to save files without UTF-8 BOM sequence

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 22:39, Guillaume Lelarge a écrit : > Le 16/11/2010 21:31, Taras Kopets a écrit : >> On Tue, Nov 16, 2010 at 6:58 PM, Guillaume Lelarge >> wrote: >> >>> That's not a limitation of wxWidgets. It's doable in 2/3 hours of work. >>> Not sure we really want to add a workaround for this. And

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 23:26, Guillaume Lelarge a écrit : > Le 16/11/2010 14:01, Dan Shoubridge a écrit : > Originally from SQL Server background, there is one feature that I > am missing and would save developers hours of time. > > In SQL Server I could copy sql code out of an application

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 14:01, Dan Shoubridge a écrit : Originally from SQL Server background, there is one feature that I am missing and would save developers hours of time. In SQL Server I could copy sql code out of an application and paste it into SSMS, declare & assign vars tha

Re: [pgadmin-support] slony crash

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 19:15, Demitri Muna a écrit : > [Apologies if this appears twice; I didn't see it on the archive after it was > sent.] > > Hi, > > I'm using pgAdmin 3 version 1.12.1 on Mac OS X (10.6.4). When I go to > Preferences->General, enter a path in "Slony-I path", and hit "ok", the app >

Re: [pgadmin-support] It is possible to add an option to save files without UTF-8 BOM sequence

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 21:31, Taras Kopets a écrit : > On Tue, Nov 16, 2010 at 6:58 PM, Guillaume Lelarge > wrote: > >> That's not a limitation of wxWidgets. It's doable in 2/3 hours of work. >> Not sure we really want to add a workaround for this. And actually, this >> is not a bug in pgAdmin. psql and su

Re: [pgadmin-support] It is possible to add an option to save files without UTF-8 BOM sequence

2010-11-16 Thread Taras Kopets
On Tue, Nov 16, 2010 at 6:58 PM, Guillaume Lelarge wrote: > That's not a limitation of wxWidgets. It's doable in 2/3 hours of work. > Not sure we really want to add a workaround for this. And actually, this > is not a bug in pgAdmin. psql and surely quite a lot of tools don't do > that write. In p

[pgadmin-support] slony crash

2010-11-16 Thread Demitri Muna
[Apologies if this appears twice; I didn't see it on the archive after it was sent.] Hi, I'm using pgAdmin 3 version 1.12.1 on Mac OS X (10.6.4). When I go to Preferences->General, enter a path in "Slony-I path", and hit "ok", the app crashes every time. If it helps, the path I entered was:

Re: [pgadmin-support] It is possible to add an option to save files without UTF-8 BOM sequence

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 16:01, Taras Kopets a écrit : > On Tue, Nov 16, 2010 at 4:47 PM, Guillaume Lelarge > wrote: >> >> There's no possibility to do that right now. But I'm not against having >> such an option. >> > > Is this some internal limitation of wxWidgets or time effort is too big? > That's not

Re: [pgadmin-support] It is possible to add an option to save files without UTF-8 BOM sequence

2010-11-16 Thread Taras Kopets
On Tue, Nov 16, 2010 at 4:47 PM, Guillaume Lelarge wrote: > > There's no possibility to do that right now. But I'm not against having > such an option. > Is this some internal limitation of wxWidgets or time effort is too big? Taras Kopets

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Dan Shoubridge
> > > Originally from SQL Server background, there is one feature that I > > > am missing and would save developers hours of time. > > > > > > In SQL Server I could copy sql code out of an application and > > > paste it into SSMS, declare & assign vars that exist in the sql > > > and run - grea

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Dan Shoubridge
> > Le 16/11/2010 13:14, Dan Shoubridge a écrit : > > > Originally from SQL Server background, there is one feature that I > > > am missing and would save developers hours of time. > > > > > > In SQL Server I could copy sql code out of an application and paste > > > it into SSMS, declare & assig

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 13:34, Guillaume Lelarge a écrit : > Le 16/11/2010 13:14, Dan Shoubridge a écrit : >> Originally from SQL Server background, there is one feature that I am >> missing and would save developers hours of time. >> >> In SQL Server I could copy sql code out of an application and paste it

Re: [pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Guillaume Lelarge
Le 16/11/2010 13:14, Dan Shoubridge a écrit : > Originally from SQL Server background, there is one feature that I am > missing and would save developers hours of time. > > In SQL Server I could copy sql code out of an application and paste it into > SSMS, declare & assign vars that exist in the s

[pgadmin-support] Feature Request for Debugging SQL in PGAdmin3 when SQL contains variables

2010-11-16 Thread Dan Shoubridge
Originally from SQL Server background, there is one feature that I am missing and would save developers hours of time. In SQL Server I could copy sql code out of an application and paste it into SSMS, declare & assign vars that exist in the sql and run - great debugging scenario. e.g. (please note