Re: [pgadmin-support] pgadmin as main postgresql GUI interface

2007-02-25 Thread Guillaume Lelarge
Seb a écrit : Hi, I'm exploring ways to interact with postgresql through a GUI. I'm in a Debian testing system (AMD64) and have found very few options. I really like pgadmin for the administrative tasks with postgresql, but I'm looking for something for day to day data entry, querying, and rep

Display of error message (was: Re: Re : [pgadmin-support] Crashing v1.6.2 with a syntax error)

2007-02-25 Thread Erwin Brandstetter
Hi developers! Hi Laurent! [EMAIL PROTECTED] wrote: Hello Erwin, I am interested in the part "I get an error message with only the error code". I have the same problem, however in the rest of your message you do have an error message with the error code " FEHLER: Fehler »Syntaxfehler« bei »lo

Re : [pgadmin-support] pgadmin as main postgresql GUI interface

2007-02-25 Thread Laurent ROCHE
Hi, my two cents on that interesting thread: I come from a database developer background. I have used quite a few tools in the past years on different RDBMs (mainly Sybase, MS SQL-Server, and a bit of Oracle). When I have started using PG at the end of last year, I looked at the tools around. I

Re: [pgadmin-support] Crashing v1.6.2 with a syntax error

2007-02-25 Thread Erwin Brandstetter
Hi Dave! [EMAIL PROTECTED] wrote: Erwin Brandstetter wrote: (...) The "essential" part ist the "%" at the end of the first string. Yeah, in some cases that string was going through a printf variant, so it was trying to expand the %. Fixed for 1.6.3. After that the error message w

Re: [pgadmin-support] [SQL] Change a field to sequence (serial)

2007-02-25 Thread Rodrigo De León
On 2/24/07, Ezequias Rodrigues da Rocha <[EMAIL PROTECTED]> wrote: Hi lists, Is there possible to change a bigint field (primary key) to a serial ? If yes how it is possible ? I was trying to do that but the pgadmin don't enable the change to sequence. What is the problem my friends ? Regards