Re: [pgadmin-support] Edit Data screen on PgAdmin

2007-09-28 Thread Dave Page
Mike Marcus wrote: > Using Intel Mac here, noticed an issue with the 'Edit Data' screen > (accessed via right click on table -> view data -> view top 100 rows) > Column headers have no labels. (I think they used to, not sure what > happened ?) > Also, when you scroll right to see more columns, the

[pgadmin-support] Edit Data screen on PgAdmin

2007-09-28 Thread Mike Marcus
Using Intel Mac here, noticed an issue with the 'Edit Data' screen (accessed via right click on table -> view data -> view top 100 rows) Column headers have no labels. (I think they used to, not sure what happened ?) Also, when you scroll right to see more columns, the headers don't scroll wi

Re: [pgadmin-support] Feature request in pgadmin (tested on Beta 5)

2007-09-28 Thread Dave Page
Maciek Sakrejda wrote: > I wouldn't mind taking a stab at this (and perhaps eventually other > things). Cool. > Could I ask what others use in terms of development > environment? I tried Anjuta and Eclipse + CDT in Ubuntu, but they both > had issues properly navigating the code through "Go to >

Re: [pgadmin-support]

2007-09-28 Thread Dave Page
> --- Original Message --- > From: "Daniel B. Thurman" <[EMAIL PROTECTED]> > To: "Dave Page" <[EMAIL PROTECTED]> > Sent: 28/09/07, 18:24:00 > Subject: RE: [pgadmin-support] > > Oh my. > > My arrangement is for 1 master (on one server) and two slaves (on two other > servers). With a lit

Re: [pgadmin-support] Feature request in pgadmin (tested on Beta 5)

2007-09-28 Thread Maciek Sakrejda
I wouldn't mind taking a stab at this (and perhaps eventually other things). Could I ask what others use in terms of development environment? I tried Anjuta and Eclipse + CDT in Ubuntu, but they both had issues properly navigating the code through "Go to {definition,declaration}" (which I use const

Re: [pgadmin-support]

2007-09-28 Thread Daniel B. Thurman
>Daniel B. Thurman wrote: >> Thanks for some details and it helps, except the following step: >> >> 10) Create Paths on the master to both slaves, and on each >slave back to >> the master. Create the paths under each node on the master, using >> the connection strings specified in the slo

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-28 Thread Alejandro Gasca
2007/9/28, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > No. same problem.. > > I unzip the libpq.dll (8.3.0.7268) and replace the other. > > > > OpenSSL: FATAL. > > OPENSSL_Uplink(00DF4010,05): no OPENSSL_Applink. > > Hmm, OK on further investigation it looks like the applink code

[pgadmin-support] problem using autocomplete

2007-09-28 Thread Alejandro Gasca
Hi. I can select select items in the autocomplete lists using the [enter] key *of the numeric keypad*, but not using the [enter] key "near the letters". using the [enter] "near the letters" makes a new line. ¿Bug or feature? Thanks. Alejandro. (pgAdmin III 1.8.0 Beta 5 (Sep 10 2007, rev 6631)

Re: [pgadmin-support] Feature request in pgadmin (tested on Beta 5)

2007-09-28 Thread Dave Page
Kieran McCusker wrote: Hi Could I just mention a couple of requests:- 1. The first is to do with the treeview. The use case is where my users just connect to a single database (limited by datname). Here the treeview shows :- Servers (1) -> Server -> Databases (1) -

Re: [pgadmin-support] Bug in pgadmin table properties (tested on Beta 5)

2007-09-28 Thread Dave Page
Kieran McCusker wrote: Another report - Sorry I haven't had time to check if it has already been reported. Create a new table without a primary key (I did it using the SQL pane.) my example is:- CREATE TABLE t ( id integer, t text ) Do the following :- 1. Right click on the table in the

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-28 Thread Dave Page
Alejandro Gasca wrote: No. same problem.. I unzip the libpq.dll (8.3.0.7268) and replace the other. OpenSSL: FATAL. OPENSSL_Uplink(00DF4010,05): no OPENSSL_Applink. Hmm, OK on further investigation it looks like the applink code must be in the exe, not the dll. This is *really* annoying becau

[pgadmin-support] Feature request in pgadmin (tested on Beta 5)

2007-09-28 Thread Kieran McCusker
Hi Could I just mention a couple of requests:- 1. The first is to do with the treeview. The use case is where my users just connect to a single database (limited by datname). Here the treeview shows :- Servers (1) -> Server -> Databases (1) -> Database -

Re: [pgadmin-support]

2007-09-28 Thread Dave Page
Daniel B. Thurman wrote: Thanks for some details and it helps, except the following step: 10) Create Paths on the master to both slaves, and on each slave back to the master. Create the paths under each node on the master, using the connection strings specified in the slon config files.

[pgadmin-support] Bug in pgadmin table properties (tested on Beta 5)

2007-09-28 Thread Kieran McCusker
Another report - Sorry I haven't had time to check if it has already been reported. Create a new table without a primary key (I did it using the SQL pane.) my example is:- CREATE TABLE t ( id integer, t text ) Do the following :- 1. Right click on the table in the properties pane and sel