Re: [pgadmin-support] Question on deploy from wheel

2016-12-04 Thread Dave Page
Hi That doesn't sound unreasonable on the face of it. Please log a feature request: https://redmine.postgresql.org/projects/pgadmin4/issues/new Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Compan

Re: [pgadmin-support] Question about aborting

2011-07-07 Thread Guillaume Lelarge
On Thu, 2011-07-07 at 14:57 +0200, Durumdara wrote: > Hi! > > Thank you very much! I everytime forget to check new version. > > You could do some "check new version on internet" function. > This can run once per week. :-) > Yeah, that's something I would like to have. I know how to do most of t

Re: [pgadmin-support] Question about aborting

2011-07-07 Thread Durumdara
Hi! Thank you very much! I everytime forget to check new version. You could do some "check new version on internet" function. This can run once per week. :-) Thanks: dd 2011/7/7 Guillaume Lelarge : > On Thu, 2011-07-07 at 09:22 +0200, Durumdara wrote: >> Hi! >> >> I'm very-very thanks for it

Re: [pgadmin-support] Question about aborting

2011-07-07 Thread Guillaume Lelarge
On Thu, 2011-07-07 at 09:22 +0200, Durumdara wrote: > Hi! > > I'm very-very thanks for it! > I was so tired yesterday, and I don't clicked on any connections, so > the buttons were greyed, and I could not see that there are buttons. > :-) > > Client "start" column is too short. May you can save t

Re: [pgadmin-support] Question about aborting

2011-07-07 Thread Durumdara
Hi! I'm very-very thanks for it! I was so tired yesterday, and I don't clicked on any connections, so the buttons were greyed, and I could not see that there are buttons. :-) Client "start" column is too short. May you can save the columns width to preserve the good size. Thanks and regards:

Re: [pgadmin-support] Question about aborting

2011-07-06 Thread Guillaume Lelarge
On Wed, 2011-07-06 at 16:09 +0200, Durumdara wrote: > Dear Author! > > I need to know that which ways I have to abort a runaway query/stored > procedure. > > As I saw, pgAdmin CAN abourt my own queries. > It is ok. > > But what's happens when: > - somebody (not me) started a query that have too

Re: [pgadmin-support] Question to pgAgent

2010-09-15 Thread Ashesh Vashi
Please try to run the pgagent in debug mode and see what is going wrong. Please refer this link for the details: http://www.pgadmin.org/docs/dev/pgagent-install.html Read "pgagent DEBUG " in the section "Service installation on Windows". Hope that will help you. *--* *Thanks & Regards,* * * *Ash

Re: [pgadmin-support] Question PgAdmin / Slony-I

2009-09-04 Thread Guillaume Lelarge
Le vendredi 4 septembre 2009 à 11:49:10, TATTEGRAIN Benoît a écrit : > [...] > > Mes questions : > > Quel est ce chemin ? > > Les scripts sont-ils bien installés lorsque que l'on passe par Application > Stack Builder ? > > Si oui : ou sont-ils ? > Ceci une liste de discussion en anglais seulement.

Re: [pgadmin-support] question on graphical explain

2008-08-20 Thread Michael Shapiro
> > > > > -Original Message- > From: Magnus Hagander [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 20, 2008 4:24 PM > To: Dave Page > Cc: Mark Steben; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] question on graphical explain &g

Re: [pgadmin-support] question on graphical explain

2008-08-20 Thread Mark Steben
rises -Original Message- From: Magnus Hagander [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 4:24 PM To: Dave Page Cc: Mark Steben; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] question on graphical explain Dave Page wrote: > 2008/8/20 Mark Steben

Re: [pgadmin-support] question on graphical explain

2008-08-20 Thread Magnus Hagander
Dave Page wrote: > 2008/8/20 Mark Steben <[EMAIL PROTECTED]>: >> Hi - I just installed PGADMIN 1.8.4 on my machine. >> I would like to save the graphical explain output for printing for later >> >> presentations. It is easy enough to export the 'data output' >> Of the explain to a file but I wi

Re: [pgadmin-support] question on graphical explain

2008-08-20 Thread Dave Page
2008/8/20 Mark Steben <[EMAIL PROTECTED]>: > Hi - I just installed PGADMIN 1.8.4 on my machine. > I would like to save the graphical explain output for printing for later > > presentations. It is easy enough to export the 'data output' > Of the explain to a file but I wish to print the 'explain

Re: [pgadmin-support] Question

2008-06-19 Thread Dave Page
On Thu, Jun 19, 2008 at 9:31 AM, daniel <[EMAIL PROTECTED]> wrote: > That's my biggest problem. > The server i have use plain format dumps , but use gz to archive them . > > I could change the way backups are made but that's not my goal. > > So my problem remains : how can i convert Plain format du

Re: [pgadmin-support] Question

2008-06-19 Thread daniel
Title: Dan Turcitu That's my biggest problem. The server i have use plain format dumps , but use gz to archive them . I could change the way backups are made but that's not my goal. So my problem remains : how can i convert Plain format dumps to files readable by pg_restore ? Dave Page wro

Re: [pgadmin-support] Question

2008-06-19 Thread Dave Page
On Thu, Jun 19, 2008 at 8:34 AM, daniel <[EMAIL PROTECTED]> wrote: > Is there a tool to convert >postgresql backups (sql.gz files) to Pgadmin Backups ? With the exception of PLAIN format dumps, they are entirely compatible because pgAdmin just calls pg_dump to create them. PLAIN format backups

Re: [pgadmin-support] question about connection settings

2007-08-01 Thread Qulas Jack
the table exists immediately. Jack - Original Message - From: "Guillaume Lelarge" <[EMAIL PROTECTED]> To: "Dave Page" <[EMAIL PROTECTED]> Cc: "Jack" <[EMAIL PROTECTED]>; Sent: Wednesday, August 01, 2007 5:49 PM Subject: Re: [pgadmin-sup

Re: [pgadmin-support] question about connection settings

2007-08-01 Thread Guillaume Lelarge
Dave Page a écrit : > Jack wrote: >> Hi, all >> >> I tried to use "set search_path to x1, x2, public" for postgreSQL >> when doing a connection. After that, I won't specify schema for >> any database object in sql, or plpgsql for postgreSQL will search it by >> the order I set at the connection.

Re: [pgadmin-support] question about connection settings

2007-08-01 Thread Dave Page
Jack wrote: > Hi, all > > I tried to use "set search_path to x1, x2, public" for postgreSQL > when doing a connection. After that, I won't specify schema for > any database object in sql, or plpgsql for postgreSQL will search it by > the order I set at the connection. While with pgAdmin, I can't

Re: [pgadmin-support] question

2006-10-19 Thread Ezequias Rodrigues da Rocha
I really don't understand what you mean "Custon Report" I am just curious. 2006/10/19, Jim C. Nasby <[EMAIL PROTECTED]>: On Thu, Oct 19, 2006 at 11:24:03AM -0400, MCDONNELL, JAMES P wrote: > Hi how would I create custom report using Postgre Sql? With SELECT. Seriously, you haven't given anywhe

Re: [pgadmin-support] question

2006-10-19 Thread Jim C. Nasby
On Thu, Oct 19, 2006 at 11:24:03AM -0400, MCDONNELL, JAMES P wrote: > Hi how would I create custom report using Postgre Sql? With SELECT. Seriously, you haven't given anywhere near enough information for someone to help you. Report using what tools? Do you need help with the data? What? -- Jim N

Re: [pgadmin-support] question

2006-10-19 Thread Melvin Davidson
With a custom query. :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MCDONNELL, JAMES PSent: Thursday, October 19, 2006 9:24 AMTo: pgadmin-support@postgresql.orgSubject: [pgadmin-support] question Hi how would I create custom report using Postgre Sql?   James McDonnell

Re: [pgadmin-support] Question about Numeric Types

2005-09-07 Thread Sune B. Woeller
Andreas Pflug wrote: Dave Lazar wrote: Hi, When using pgAdmin 1.2.0 to setup a new type, the option for a numeric type offers a choice of length and precision. Postgresql defines numeric as having scale and precision. Assuming length is synonymous with scale, the precision is a locked field.

Re: [pgadmin-support] Question about creating a new server

2005-06-15 Thread Diego Gil
Hi, I suppose you mean a "second server connection". Do you have a working connection ?. I don't work in Windows but these topic is a recurring one in this list. Maybe is a firewall preventing you to connect, but it doesn't make sense is there is a actual working connection. It is obvious, bu

Re: [pgadmin-support] Question about Numeric Types

2005-03-28 Thread Andreas Pflug
Dave Lazar wrote: Hi, When using pgAdmin 1.2.0 to setup a new type, the option for a numeric type offers a choice of length and precision. Postgresql defines numeric as having scale and precision. Assuming length is synonymous with scale, the precision is a locked field. If I want to specify a type

Re: [pgadmin-support] Question for using PGADMIN

2005-03-01 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of giniSent: 01 March 2005 05:39To: pgadmin-support@postgresql.orgSubject: [pgadmin-support] Question for using PGADMIN Thank you for your concerning. I'm running two different SUN server now. One i

Re: [pgadmin-support] Question about redhat database 2.1

2003-11-02 Thread Andreas Pflug
油炸鬼 wrote: > Can I install redhat database 2.1 on redhat linux 9.0 ? > Can It support? > Thank you very much You're on the wrong list, don't know what you're talking about. Regards, Andreas ---(end of broadcast)--- TIP 9: the planner will ignore

Re: [pgadmin-support] Question: Russian data

2003-10-01 Thread Dave Page
Hello, Please use the [EMAIL PROTECTED] mailing list for support queries. I know little about the unicode support myself, (though others on the list do) but I suspect the first thing to find out is what encoding your database in? Regards, Dave. > -Original Message- > From: [EMAIL PROT

Re: [pgadmin-support] question

2002-12-09 Thread Dave Page
Title: Message   -Original Message-From: PABLO PEREZ [mailto:[EMAIL PROTECTED]] Sent: 09 December 2002 19:30To: [EMAIL PROTECTED]Subject: [pgadmin-support] question I’m really proude of your work, I think you are making a wonderfull job.    Thanks.   I’m

Re: [pgadmin-support] Question about functions

2002-04-03 Thread Dave Page
> -Original Message- > From: Manley, Jim [mailto:[EMAIL PROTECTED]] > Sent: 03 April 2002 17:01 > To: '[EMAIL PROTECTED]' > Subject: Question about functions > > > Hi Dave, Hi Jim, Please use the [EMAIL PROTECTED] list for future support issues. > I am having a problem developing ad