[pgadmin-support] Can pgadmin admin a remote DB?

2005-01-28 Thread Shea Martin
I installed psql (from source), gtk2(sunfreeware.com), wxwidgets(from source) and pgadmin(from source). But pgadmin just segaults before I even see a window, despite the fact that ldd shows now errors (see my previous posts). So I have decided that the solution might be to leave the data base

Re: [pgadmin-support] Download page not working

2005-01-28 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Barwick > Sent: 28 January 2005 16:08 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Download page not working > > Hi > > The download page seems to be blank: > http://www.p

Re: [pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Barwick > Sent: 28 January 2005 14:18 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] "http://pgadmin.org/"; <> www.pgadmin.org > > Hi > > typing "http://pgadmin.org/"; ('m la

Re: [pgadmin-support] pg_dump from pgadmin and Postgres 8.0

2005-01-28 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 28 January 2005 14:25 > To: Dave Page > Cc: KÖPFERL Robert; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] pg_dump from pgadmin and Postgres 8.0 > > Apparently it's *me* who's distributing out

[pgadmin-support] Download page not working

2005-01-28 Thread Ian Barwick
Hi The download page seems to be blank: http://www.pgadmin.org/pgadmin3/download.php (for the archives: PostgreSQL mirror sites also carry pgAdminIII in the pgadmin3 directory, see http://wwwmaster.postgresql.org/download/mirrors-ftp for list). Ian Barwick ---(end of b

Re: [pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Ian Barwick
On Fri, 28 Jan 2005 10:58:19 -0500, Keith Worthington <[EMAIL PROTECTED]> wrote: > On Fri, 28 Jan 2005 15:17:57 +0100, Ian Barwick wrote > > Hi > > > > typing "http://pgadmin.org/"; ('m lazy ;-) rather than > > www.pgadmin.org brings up an Apache-generated directory listing > > rather than the pgAd

Re: [pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Keith Worthington
On Fri, 28 Jan 2005 15:17:57 +0100, Ian Barwick wrote > Hi > > typing "http://pgadmin.org/"; ('m lazy ;-) rather than > www.pgadmin.org brings up an Apache-generated directory listing > rather than the pgAdmin site. > > Regards > > Ian Barwick > Ian, If you were truly lazy you would use the

Re: [pgadmin-support] Dropping wrong object

2005-01-28 Thread Cheetah
On Fri, 28 Jan 2005 13:45:02 +, Andreas Pflug <[EMAIL PROTECTED]> wrote: > I hate search_path Well, on average it's been quite useful for me, but that's neither here nor there. > I think we should add an option to suppress the public. prefix if > desired. This may be on by default if no $

Re: [pgadmin-support] pg_dump from pgadmin and Postgres 8.0

2005-01-28 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 26 January 2005 10:04 To: KÖPFERL Robert Cc: pgadmin-support@postgresql.org; Dave Page Subject: Re: [pgadmin-support] pg_dump from pgadmin and Postgres 8.0 Dave, I've seen this too, but thought thi

[pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Ian Barwick
Hi typing "http://pgadmin.org/"; ('m lazy ;-) rather than www.pgadmin.org brings up an Apache-generated directory listing rather than the pgAdmin site. Regards Ian Barwick ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [pgadmin-support] Segmentation fault

2005-01-28 Thread Andreas Pflug
Raphaël Enrici wrote: Hi, Vasilev Max wrote: Ian Barwick wrote: [snip] This is the problem described here: http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php Removing the package named "gtk-qt-engine" or similar solved the problem for me. If i removed package gtk-qt-engine then

Re: [pgadmin-support] Wish for an option to close a DB

2005-01-28 Thread Andreas Pflug
KÖPFERL Robert wrote: Hi, we've got often the problem that we were working on a database just to drop it afrerwarts and recreate it from the current developement schema. However postgres denies to drop a DB until all sessions are closed. Since we were working on it and pgAdmin has no db-specific op

Re: [pgadmin-support] [Feature-Request] Pre-defined Select in SQL-Query

2005-01-28 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Hello @all! It is a little feature-request. It is possible to pre-set a simple query into the query-window of pgadmin, if i open it. I think something like "SELECT * FROM TABLE;" is enough. Why not use "View Data" for that? And what to use if current object is not a table?

Re: [pgadmin-support] Dropping wrong object

2005-01-28 Thread Andreas Pflug
Cheetah wrote: I thought I had seen this reported before, but I'm not finding it, so here goes ... If an object of the same name exists in the user[1] and the public schema, then using the delete/drop command on the object in the public schema in pgadmin3 (1.2.0) can cause the wrong object to be dr

Re: [pgadmin-support] Trouble with pgadmin installation

2005-01-28 Thread Vasilev Max
And remove gtk-qt-engine package from SuSE, pgadmin chash if this present in system. :) ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [pgadmin-support] Version 1.2.0 experiences

2005-01-28 Thread Andreas Pflug
Vanole, Mike wrote: This is my first post to this group (fourth attempt) - sorry if this post has already made your inboxes. First, I love the pgadmin3 tools. Thank you! I just installed pgadmin3 version 1.2.0 on Windows XP. I downloaded the binary. I'm running PostgreSQL 7.4 1) I start

Re: [pgadmin-support] Trouble with pgadmin installation

2005-01-28 Thread Vasilev Max
mef пишет: Thank you fo quick answer! I'm not pgadmin-support, I'm SuSE linux 9.2 user also. (sorry for my english :) ) I install PostgreSQL from src with default options/path - it work fine and I can compile C-code with including postgres.h - ( => postgresql-devel is installed...) I instal

Re: [pgadmin-support] Trouble with pgadmin installation

2005-01-28 Thread Vasilev Max
mef ÐÐÑÐÑ: Ok, I try to execute ./configure script and receive a message "check pgsql in /usr/local/pgsqlâ. failed" but it is a real path of my postgreSQL installation - server is run from this location, all databases located in /usr/local/pgsql/data etc. OS - SuSE 9.2 pro, postgreSQL 8.0.0 And

[pgadmin-support] Trouble with pgadmin installation

2005-01-28 Thread mef
Title: Trouble with pgadmin installation Ok, I try to execute ./configure script and receive a message "check pgsql in /usr/local/pgsql…. failed" but it is a real path of my postgreSQL installation - server is run from this location, all databases located in /usr/local/pgsql/data etc. OS -