Re: [pgadmin-support] bug in 1.6 rc1

2006-11-06 Thread Belbin, Peter
Title: RE: [pgadmin-support] bug in 1.6 rc1 Cool.  Thank you for fixing it. Will the next packaged release candidate be any time soon? -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2006 3:43 PM To: Belbin, Peter Cc: 'pgadmin-support@post

Re: [pgadmin-support] bug in 1.6 rc1

2006-11-06 Thread Dave Page
Belbin, Peter wrote: Here is a table def: CREATE TABLE st_txn ( txnid varchar(40), txnorder varchar(10) NOT NULL, txnstage varchar(10) NOT NULL, txnseq varchar(10), verb varchar(40), payload varchar(65000), status varchar(10), agent varchar(60), id serial NOT NULL, CONSTRAINT

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Keith C. Perry
Quoting Dave Page <[EMAIL PROTECTED]>: > Keith C. Perry wrote: > > Quoting Dave Page <[EMAIL PROTECTED]>: > > > >> Keith C. Perry wrote: > >> > >>> Ahhh, ok- wow. I wasn't even expecting anything for 1.6.0. > >> Well, we aim to please :-) > >> > >> > I thought I had > >>> missed something :)

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Dave Page
Keith C. Perry wrote: Quoting Dave Page <[EMAIL PROTECTED]>: Keith C. Perry wrote: Ahhh, ok- wow. I wasn't even expecting anything for 1.6.0. Well, we aim to please :-) > I thought I had missed something :) How do I get what you commited? If you're on Windows I can mail you a binary t

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Keith C. Perry
Quoting Dave Page <[EMAIL PROTECTED]>: > Keith C. Perry wrote: > > > Ahhh, ok- wow. I wasn't even expecting anything for 1.6.0. > > Well, we aim to please :-) > > > I thought I had > > missed something :) How do I get what you commited? > > If you're on Windows I can mail you a binary to

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Dave Page
Keith C. Perry wrote: Ahhh, ok- wow. I wasn't even expecting anything for 1.6.0. Well, we aim to please :-) > I thought I had missed something :) How do I get what you commited? If you're on Windows I can mail you a binary tomorrow. If you're on OSX, I can mail one shortly. Failing th

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Keith C. Perry
Quoting Dave Page <[EMAIL PROTECTED]>: > Keith C. Perry wrote: > > I meant to ask this question weeks ago but is v1.6's handling of byteas the > same > > as v1.4.3's? With v1.4.3. I noticed that when I open tables with byteas, > it > > either takes a "very long time " or the client hangs. I thin

Re: [pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Dave Page
Keith C. Perry wrote: I meant to ask this question weeks ago but is v1.6's handling of byteas the same as v1.4.3's? With v1.4.3. I noticed that when I open tables with byteas, it either takes a "very long time " or the client hangs. I think I asked this before but isn't there a way to "handle"

Re: [pgadmin-support] renaming a DB through UI?

2006-11-06 Thread Dave Page
George Pavlov wrote: How is one (or is one) supposed to rename a DB through the pgAdmin UI? In 1.4.2 in the DB properties dialog the OK button becomes enabled if you changed the name in the dialog, but you get an error about renaming the current DB (there does not seem to be a way to not have tha

[pgadmin-support] Groups and Roles and Users

2006-11-06 Thread Ezequias Rodrigues da Rocha
Hi list,Could someone suggest me how to get a documentation about Groups and Roles and Users ?It would be nice to see a simple and easy documentation (a tutorial could be better, with pgadmin much better). Regards =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-   

Re: [pgadmin-support] Network access.

2006-11-06 Thread Raymond O'Donnell
On 1 Nov 2006 at 15:14, Raj aryan wrote: > #listen_addresses = '*' # what IP interface(s) to listen on; Probably a silly question, but did you remove the '#' at the beginning of the line? '#' marks a comment - anything after it is ignored, up to the end of the line. If it's still there, then

[pgadmin-support] renaming a DB through UI?

2006-11-06 Thread George Pavlov
How is one (or is one) supposed to rename a DB through the pgAdmin UI? In 1.4.2 in the DB properties dialog the OK button becomes enabled if you changed the name in the dialog, but you get an error about renaming the current DB (there does not seem to be a way to not have that DB be your current DB

[pgadmin-support] Network access.

2006-11-06 Thread Raj aryan
Hi,   I have installed PostGreSql on my machine. Then I changed "postgresql.conf" file to allow database access over a network.   I modified #listen_addresses from localhost to *   #listen_addresses = '*'   # what IP interface(s) to listen on;     # de

Re: [pgadmin-support] bug in 1.6 rc1

2006-11-06 Thread Belbin, Peter
Title: RE: [pgadmin-support] bug in 1.6 rc1 Here is a table def: CREATE TABLE st_txn (   txnid varchar(40),   txnorder varchar(10) NOT NULL,   txnstage varchar(10) NOT NULL,   txnseq varchar(10),   verb varchar(40),   payload varchar(65000),   status varchar(10),   agent varchar(60),   id se

[pgadmin-support] pgadmin3 1.6 handling of tables with bytea's

2006-11-06 Thread Keith C. Perry
I meant to ask this question weeks ago but is v1.6's handling of byteas the same as v1.4.3's? With v1.4.3. I noticed that when I open tables with byteas, it either takes a "very long time " or the client hangs. I think I asked this before but isn't there a way to "handle" (i.e. ignore?) bytea dat

Re: [pgadmin-support] bug in 1.6 rc1

2006-11-06 Thread Dave Page
Belbin, Peter wrote: Seems that the closing quote is missing, along with a bunch of the previously existing column data. This appears to be the relevant portion: 2006-11-06 09:25:46 QUERY : Scalar query (byoslab2:5432): SELECT version(); 2006-11-06 09:25:46 QUERY : Query result: PostgreSQL

Re: [pgadmin-support] bug in 1.6 rc1

2006-11-06 Thread Belbin, Peter
Title: RE: [pgadmin-support] bug in 1.6 rc1 Seems that the closing quote is missing, along with a bunch of the previously existing column data. This appears to be the relevant portion: 2006-11-06 09:25:46 QUERY  : Scalar query (byoslab2:5432): SELECT version(); 2006-11-06 09:25:46 QUERY  :

Re: [pgadmin-support] GUI glitches in 1.6rc1 for Mac OS X

2006-11-06 Thread Dave Page
Helmut Wagner wrote: I'm using pgAdmin 1.6rc1 on Mac OS X 10.4.8 (PowerPC, german localisation). - It is somewhat difficult to use the query tool, as entering "n" will open a new query tool window ("n" is also the shortcut for "new window") I've fixed this in SVN. Harald; further to our earl