What more information can I provide to help debug this?
On 24 February 2013 12:58, Michael Shapiro wrote:
> I am running Window 7 (64bit), PgAdmin 1.16.1
> I can not replicate this problem. It does not cause a crash.
>
>
>
> On Sat, Feb 23, 2013 at 5:31 PM, Aidan Gill
I can reliably reproduce this crash, both with pgAdmin 1.14 and pgAdmin
1.16.1.
I'm running the latest Windows version. To reproduce the crash I view the
top 100 rows of data in a table (one or more records, it doesn't matter),
copy something from a text field, wait for the database to change that
I've got PostgreSQL installed on a Ubuntu server and I'm trying to connect to
that server using PGAdmin on a remote macbook.
I've created an ssh tunnel -
macbook:~postgres$ ssh -L 5423:localhost:5432 postg...@mydomain.com
And I can connect using psql on the macbook as expected -
macbook:~ me$ ps