Re: [pgadmin-support] pgAdmin III 1.12 strange behaviour in text editing

2010-10-05 Thread Mauro Bertoli
> Da: Guillaume Lelarge > A: Mauro Bertoli > Cc: pgadmin-support > Inviato: Mar 5 ottobre 2010, 09:50:19 > Oggetto: Re: [pgadmin-support] pgAdmin III 1.12 strange behaviour in text >editing > > Le 03/10/2010 19:16, Mauro Bertoli a écrit : > > Hi, the steps to r

Re: [pgadmin-support] pgAdmin III 1.12 strange behaviour in text editing

2010-10-03 Thread Mauro Bertoli
-click "copy" then "paste" it work fine. Thanks for your great support in this great tool, Mauro - Messaggio originale - > Da: Mauro Bertoli > A: Guillaume Lelarge > Cc: pgadmin-support > Inviato: Sab 2 ottobre 2010, 23:53:19 > Oggetto: Re: [pgadmi

Re: [pgadmin-support] pgAdmin III 1.12 strange behaviour in text editing

2010-10-02 Thread Mauro Bertoli
Sorry, I cannot. I've update from 1.10 to 1.12 today, and that strange behaviour succeded. Now, with the same table and same data is all ok... but I'm not crazy :) When I can reproduce it I'll be more precise. Thanks. - Messaggio originale - > Da: Guillaume Lelarge

[pgadmin-support] pgAdmin III 1.12 strange behaviour in text editing

2010-10-02 Thread Mauro Bertoli
Hi all, I've noticed a strange behaviour in editing a field of type text using the data grid: a double quotes is added at the beginning and at the end of the text. Using Windows Xp SP 3 PgAdmin 1.12.0 Postgres 8.3.8 on i486-pc-linux ubuntu 4.2.4 Thnak you and best regards, Mauro -- Sent

Re: [pgadmin-support]

2010-01-27 Thread Mauro Bertoli
> Le 27/01/2010 15:11, Gianfranco Giacomini a écrit : > > [...] > > Is there an easy way to compare two db,structure and data, early equals? > > > > I use pgAdmin III 1.8.4 > > > > Not with pgAdmin. > > But you can use check_postgres (http://bucardo.org/check_postgres) to > compare two database

[pgadmin-support] pgAdmin 1.10 hang

2009-07-09 Thread Mauro Bertoli
Hi, my pgAdmin 1.10 running on Windows XP SP3 hang using a localhost database. Error: Applicazione che ha provocato l'errore pgadmin3.exe, versione 1.10.0.6, modulo che ha provocato l'errore pgadmin3.exe, versione 1.10.0.6, indirizzo errore 0x001e0c78. How can I get more stacktrace? Best rega

[pgadmin-support] Graphical sql query builder

2009-07-03 Thread Mauro Bertoli
Hi, great work this new version of PgAdmin! Maybe interesting can change the tipology of sql query that graphical builder can do. For example that can create DELETE, UPDATE, INSERT INTO queries (similar to Access functionality). Best regards, Mauro Bertoli -- Sent via pgadmin-support

[pgadmin-support] Macros management

2009-07-03 Thread Mauro Bertoli
Hi, when I save a macro in the Macros management and click on OK raise an error: "Failed to write to macros file" (where will be saved?) However Macros works. PgAdmin 1.10 running on Windows XP SP3 I hope this help! Mauro Bertoli -- Sent via pgadmin-support mailing list (pgadm

[pgadmin-support] PgAdmin III keep-alive

2008-11-18 Thread Mauro Bertoli
Hi, thank you for great work on PgAdmin. A request: is possible to add Keep Alive setting to prevent disconnections? Thank you. Best regards, Mauro Unisciti alla community di Io fotografo e video, il nuovo corso di fotografia di Gazzetta dello sport: http://www.flickr.com/groups/iofotograf

[pgadmin-support] pgAdmin III 1.8.4 Win connection problem

2008-07-15 Thread Mauro Bertoli
connection not available?   Thank for your work. Best regards, Mauro Bertoli Posta, news, sport, oroscopo: tutto in una sola pagina. Crea l'home page che piace a te! www.yahoo.it/latuapagina

[pgadmin-support] Bug creating table

2007-10-03 Thread Mauro Bertoli
Hi, I've found a bug creating a new table using pgAdmin 1.8 beta 5 on windows Xp: New table: tablename new column: id integer+ new column: name text new pk: select column 'id' OK-> crash Hope this help Best regards, Mauro ___ L'email della prossima generaz

Re: [pgadmin-support] pgAdmin preBeta4 - results

2006-10-26 Thread Mauro Bertoli
> If you want pgAdmin III to write an empty string to > the table, you enter the > special string '' (two single quotes) in the field. > If you want to write a > string containing solely two single quotes to the > table, you need to escape > these quotes, by typing \'\' I think the simplest choice

[pgadmin-support] [pgAdmin 1.6] enhancements

2006-09-15 Thread Mauro Bertoli
great work on pgAdmin! Some features are very cool! Thank you! I suggest two enhancements: A) permit to enable a "query log" window so an user (a developer) can see the "all query history"; in this case I will able to see where's the problem... so it can help me also to re-create some queries runn

[pgadmin-support] [pgAdmin 1.6 beta 1 rev5353] bug editing on datagrid

2006-09-15 Thread Mauro Bertoli
Hi, There's a bug if I edit a table in the datagrid. Table DDL (using pgAdmin supercool feature): -- Table: testreplace -- DROP TABLE testreplace; CREATE TABLE testreplace ( address text NOT NULL, userid character varying(2048), CONSTRAINT testreplace_pkey PRIMARY KEY (address) ) WITHO

Re: [pgadmin-support] pgAdmin 1.4.3 bug with delete button in win32

2006-08-03 Thread Mauro Bertoli
If can help: * Win XP SP2 with pgAdmin III 1.4.3 installed * - If I select the row and press CANC, pgAdmin ask about deleting - if I select a cell (no cursor inside) and press CANC, pgAdmin ask about deleting - if I click on a cell (cursor inside the cell) and press CANC to delete the char, pgAdmi

[pgadmin-support] Create db problem

2006-04-05 Thread Mauro Bertoli
Hi, I've some strange behaviours managing databases: - if I want create a new db from a postgres console (psql) I MUST have all pgAdmin clients closed (because 'maintenance db' lock postgres db) - using pgAdmin I cannot create a new db using the connected db as template Thank you

[pgadmin-support] UI Request

2006-04-05 Thread Mauro Bertoli
Hi, I've a suggest: - is possible to make "index" default name (in the "new index" form, after selecting the field/s ) created by pgAdmin as that postgres default use? (tablename_fieldname_index) Thank you Great work, I'm waiting next release! _

[pgadmin-support] Re-order clicking on the column header

2006-01-22 Thread Mauro Bertoli
Hi all, I'm using PgAdmin III from a while and I suggest to add the re-order feature clicking on the column header in the view mode so we can change the "order by" clause without re-open the filter window. This can make more user-friendly and fast up our use of postgres so I can use PgAdmin instea