Re: [pgadmin-support] CTRL-Z in the SQL command editor.

2010-04-07 Thread Dave Page
On Wed, Apr 7, 2010 at 9:28 PM, Gaetan beaulieu wrote: > Hi! > I found a little problem with the CTRL-Z in the SQL command editor. > > I have two files, each containing several SQL queries. sql_01.sql and > sql_02.sql. > > I get the first file sql_01.sql from the menu, I run and everything is fine

[pgadmin-support] CTRL-Z in the SQL command editor.

2010-04-07 Thread Gaetan beaulieu
Hi! I found a little problem with the CTRL-Z in the SQL command editor. I have two files, each containing several SQL queries. sql_01.sql and sql_02.sql. I get the first file sql_01.sql from the menu, I run and everything is fine. I get the second file from the menu in the same edit window

Re: [pgadmin-support] Another problem with reverse engineering functions

2010-04-07 Thread Guillaume Lelarge
Le 07/04/2010 10:47, Kieran McCusker a écrit : > [...] > Sorry if this has been raised before but the following function will not > be reverse engineered correctly - It will be changed into a setof return > which will break anything expecting organisation_id. > It's already fixed in the SVN versi

Re: [pgadmin-support] pgpass

2010-04-07 Thread Magnus Hagander
On Wed, Apr 7, 2010 at 4:21 PM, Olivier Bouiron wrote: > Hi evryone. > I would like to know if the pgpass file will be encrypted in a futur version > of pgadmin. the pgpass file is a function of PostgreSQL, not pgadmin. > It's not a bug but it could be a good thing to do that one day (and I th

[pgadmin-support] pgpass

2010-04-07 Thread Olivier Bouiron
Hi evryone. I would like to know if the pgpass file will be encrypted in a futur version of pgadmin. It's not a bug but it could be a good thing to do that one day (and I think it's not very difficult, isn't it?). Regards -- Olivier Bouiron Institut Sainte Catherine 1750, chemin du lavarin

[pgadmin-support] Another problem with reverse engineering functions

2010-04-07 Thread Kieran McCusker
Hi Sorry if this has been raised before but the following function will not be reverse engineered correctly - It will be changed into a setof return which will break anything expecting organisation_id. CREATE OR REPLACE FUNCTION public.t() RETURNS TABLE (organisation_id integer) AS $$ sele