Re: [pgadmin-support] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Murtuza Zabuawala
Hi, Could you provide steps to re-produce the issue with your sample code/screenshot? And also, OS version- ? Python version - ? pgAdmin4 version - ? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Dec 14, 2016 at 7:14 PM, Shakt

[pgadmin-support] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Shakti Singh
Hi, I am working on a POC to port Oracle database to PostGreSQL. I am trying to debug a function in pgAdmin 4 after enabling debugger. The Debugger window that opens in pgAdmin 4 for a function does not show any function code because of which I cannot put a break point. Any help is appreciated.

Re: [pgadmin-support] PostgreSQL Audit question

2016-11-15 Thread Doraiswamy, Balaji
00 AM To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] PostgreSQL Audit question Hi, something like http://pgaudit.org/[pgaudit.org]<https://urldefense.proofpoint.com/v2/url?u=http-3A__pgaudit.org_&d=DgMFAg&c=XK1GVu0Y2HvWRiFNJ9Hesw&r=FEBL2rcF3nRtWAaJtA0LvJIru6lnHtqrSj

Re: [pgadmin-support] PostgreSQL Audit question

2016-11-15 Thread Johannes Lochmann
Hi, something like http://pgaudit.org/ Regards, Johannes

[pgadmin-support] PostgreSQL Audit question

2016-11-15 Thread Doraiswamy, Balaji
Hi I would like to know if there are any options to do "database audit" pertaining to just 'Some Users" and "Some Tables" with native capability and/or using plugins? Thanks Balaji Doraiswamy Information Security Engineering (240 386 4761) Confidentiality Notice:: This email, including attachm

Re: [pgadmin-support] Postgresql BDR Replication Setup Issue

2015-06-08 Thread Ravi Tammineni
Hi, We are setting up 2-node Postgresql BDR replication at our place and I am getting the following error after bdr_init_copy command. FYI, We have a production Postgres database and we are setting up the Master-Master BDR replication for the production database. Postgres Version Postgres

Re: [pgadmin-support] PostgreSQL need for OpenProject installation for mac

2014-10-09 Thread jaime soler
El lun, 06-10-2014 a las 21:18 +0200, Diego Octavio Gutierrez Ortiz escribió: > Dear Sir, > > I am a total novice to PostgreSQL, which I came by when following the > instructions for the installation of OpenProject : > > https://www.openproject.org/projects/openproject/wiki/Installation_MacOS

[pgadmin-support] PostgreSQL need for OpenProject installation for mac

2014-10-06 Thread Diego Octavio Gutierrez Ortiz
Dear Sir, I am a total novice to PostgreSQL, which I came by when following the instructions for the installation of OpenProject : https://www.openproject.org/projects/openproject/wiki/Installation_MacOS I think I am supposed to open a PostgreSQL console, and paste this : CREATE ROLE openp

Re: [pgadmin-support] postgresql 9.2 server doesn't listen

2013-04-28 Thread Alexander Yerenkow
Skype could be a problem, and also other random-port-binding software. run netstat -aon | find "5432" to check if some program kept port to itself. If there's none - try to start server via command line and read errors. 2013/4/28 R10 > i installed the latest version of postgres sql on my windo

[pgadmin-support] postgresql 9.2 server doesn't listen

2013-04-28 Thread R10
i installed the latest version of postgres sql on my windows xp, and it was working fine, today when i started the server, it didn't start and prompted the error server doesn't listen according to the file postgres.conf it listen on all ips and on the default port and my firewall is closed, so it i

Re: [pgadmin-support] Postgresql support for windows 8 and Windows 2012 server

2012-06-05 Thread Divyaprakash Y
Thanks a lot Guillaume. Regards, DP -Original Message- From: Guillaume Lelarge [mailto:guilla...@lelarge.info] Sent: Tuesday, June 05, 2012 6:34 PM To: Divyaprakash Y Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Postgresql support for windows 8 and Windows 2012

Re: [pgadmin-support] Postgresql support for windows 8 and Windows 2012 server

2012-06-05 Thread Guillaume Lelarge
On Tue, 2012-06-05 at 18:20 +0530, Divyaprakash Y wrote: > Thanks Guillaume. > > Any Idea, which would be the better mailing list to ask the question > below? > pgsql-general ? -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-support mailing list (

Re: [pgadmin-support] Postgresql support for windows 8 and Windows 2012 server

2012-06-05 Thread Divyaprakash Y
: [pgadmin-support] Postgresql support for windows 8 and Windows 2012 server Hi, On Tue, 2012-06-05 at 11:37 +0530, Divyaprakash Y wrote: > [...] > Any update on the support of postgres on Windows 8 and Windows 2012 > Server Operating Systems? > You should better ask this on a Postgr

Re: [pgadmin-support] Postgresql support for windows 8 and Windows 2012 server

2012-06-05 Thread Guillaume Lelarge
Hi, On Tue, 2012-06-05 at 11:37 +0530, Divyaprakash Y wrote: > [...] > Any update on the support of postgres on Windows 8 and Windows 2012 > Server Operating Systems? > You should better ask this on a PostgreSQL mailing list. IIRC, Dave did some tests on Windows 8, and it worked fine. -- Gui

[pgadmin-support] Postgresql support for windows 8 and Windows 2012 server

2012-06-05 Thread Divyaprakash Y
Hi, Any update on the support of postgres on Windows 8 and Windows 2012 Server Operating Systems? Regards, DP __ DISCLAIMER: This electronic message and any attachments to this electronic message is intended

Re: [pgadmin-support] PostgreSQL 8.1 Error: Server doesn't listen

2012-03-26 Thread Raymond O'Donnell
On 26/03/2012 23:05, Brian Wiitanen wrote: > Thank you for responding Ray. Yes, and I am using Microsoft Windows > Server 2003 Service Pack 2. We use PostgreSQL for our old mapping > software and we have never used anything higher than 8.1 I will try > to d/l the latest version and see if I can

Re: [pgadmin-support] PostgreSQL 8.1 Error: Server doesn't listen

2012-03-26 Thread Raymond O'Donnell
On 26/03/2012 22:34, Brian Wiitanen wrote: > Hello Support Team, > > I am trying to connect to my > Database server using pgAdmin3 and I am receiving the following error: > > *Server doesn’t listen* > > * * > > *The server doesn’t accept the connection libr

[pgadmin-support] PostgreSQL 8.1 Error: Server doesn't listen

2012-03-26 Thread Brian Wiitanen
Hello Support Team, I am trying to connect to my Database server using pgAdmin3 and I am receiving the following error: Server doesn't listen The server doesn't accept the connection library reports Could not connect to the server: Connection refused (0x00

Re: [pgadmin-support] PostgreSQL 8.3: Start service Error message

2011-01-06 Thread Guillaume Lelarge
Le 05/01/2011 12:51, Phifi a écrit : > > Computer 2 (POS): > I get an error message "Could not connect to server: Connection timed out. > Is the server running and accepting TCP/IP connections? > Computer 1 (Server): > When i click "Start service" for the PostgreSQL i get this message: "Local > Co

Re: [pgadmin-support] PostgreSQL 8.3: Start service Error message

2011-01-05 Thread Raymond O'Donnell
On 05/01/2011 11:51, Phifi wrote: Computer 2 (POS): I get an error message "Could not connect to server: Connection timed out. Is the server running and accepting TCP/IP connections? Computer 1 (Server): When i click "Start service" for the PostgreSQL i get this message: "Local Computer started

[pgadmin-support] PostgreSQL 8.3: Start service Error message

2011-01-05 Thread Phifi
Computer 2 (POS): I get an error message "Could not connect to server: Connection timed out. Is the server running and accepting TCP/IP connections? Computer 1 (Server): When i click "Start service" for the PostgreSQL i get this message: "Local Computer started and then stopped. Some services stop

Re: [pgadmin-support] PostgreSQL exception 0xC0000005

2010-06-23 Thread Guillaume Lelarge
Le 23/06/2010 09:00, Rawan AlSaad a écrit : > [...] > I am having the following problem while using PostgreSQL 8.4 and PostGIS > 1.5 when I run the following query: > > SELECT * FROM shortest_path('SELECT id::int4, source::int4, > > target::int4, cost from edges2',257180448,651912268, true, fal

[pgadmin-support] PostgreSQL exception 0xC0000005

2010-06-23 Thread Rawan AlSaad
Dear all, I am having the following problem while using PostgreSQL 8.4 and PostGIS 1.5 when I run the following query: SELECT * FROM shortest_path('SELECT id::int4, source::int4, target::int4, cost from edges2',257180448,651912268, true, false); The PostgreSQL server connection terminates

Re: [pgadmin-support] PostgreSQL Admin tool for SuseLinux 11

2010-04-09 Thread Guillaume Lelarge
Le 09/04/2010 09:54, Soni, Chandresh X a écrit : > [...] > I am looking for managing my PostgreSQL database on Suselinux 11. Could you > tell me from where I can install and use the tool. > Look at http://www.pgadmin.org/download/opensuse.php, you should find what you need. -- Guillaume. htt

[pgadmin-support] PostgreSQL Admin tool for SuseLinux 11

2010-04-09 Thread Soni, Chandresh X
Hi, I am looking for managing my PostgreSQL database on Suselinux 11. Could you tell me from where I can install and use the tool. /soni Sonyericsson - japan

[pgadmin-support] PostgreSQL 8.5

2009-11-11 Thread Vladimir Kokovic'
Hi, I can confirm that version of pgAdmin (svn rev 8077) works with PostgreSQL 8.5. The PostgreSQL log is without any warning or error in the operations that I use. Warning: This version of pgAdmin has only been tested with PostgreSQL version 8.4 and below and may not function correctly with

Re: [pgadmin-support] PostgreSQL 8.5

2009-11-11 Thread Guillaume Lelarge
Le mercredi 11 novembre 2009 à 19:01:31, Vladimir Kokovic' a écrit : > Hi, > > Has anyone tried pgAdmin with PostgreSQL 8.5 ? > > pgAdmin(svn version) reports: > > Warning: > This version of pgAdmin has only been tested with PostgreSQL version 8.4 > and below and may not function correctly with

Re: [pgadmin-support] PostgreSQL 8.5

2009-11-11 Thread Raymond O'Donnell
On 11/11/2009 17:51, Vladimir Kokovic' wrote: > Hi, > > Has anyone tried pgadmin3 with PostgreSQL 8.5 ? > > pgadmin3 reports: > > Warning: > This version of pgAdmin has only been tested with PostgreSQL version 8.4 > and below and may not function correctly with this server. Please > upgrade pgAd

[pgadmin-support] PostgreSQL 8.5

2009-11-11 Thread Vladimir Kokovic'
Hi, Has anyone tried pgAdmin with PostgreSQL 8.5 ? pgAdmin(svn version) reports: Warning: This version of pgAdmin has only been tested with PostgreSQL version 8.4 and below and may not function correctly with this server. Please upgrade pgAdmin. Best regards, Vladimir Kokovic, DP senior, Be

[pgadmin-support] PostgreSQL 8.5

2009-11-11 Thread Vladimir Kokovic'
Hi, Has anyone tried pgadmin3 with PostgreSQL 8.5 ? pgadmin3 reports: Warning: This version of pgAdmin has only been tested with PostgreSQL version 8.4 and below and may not function correctly with this server. Please upgrade pgAdmin. Best regards, Vladimir Kokovic', DP senior, Belgrade, Se

[pgadmin-support] PostgreSQL: Could you please help about script for triggering

2009-06-17 Thread Dear Rassawan
Dear all, I have a project to having a trigger to call a script(pl/peal) in PostgreSQL. I want to copy file to the path after insert data into table. But in my country, PostgreSQL is not well-known. I don't have any book or a professional to consult me about this. I have tried to search th

Re: [GENERAL] [pgadmin-support] PostgreSQL

2008-09-15 Thread Craig Ringer
Tino Wildenhain wrote: [1] Will PostgreSQL perform better on Linux or Windows OS The performance is better on Linux, last but not least because it is developed and thus optimized there much longer then it is natively available for windows. Also system management is a lot more easy on unix like

Re: [pgadmin-support] PostgreSQL

2008-09-11 Thread Tino Wildenhain
Mickey Shekdar wrote: Hello, We are switching our web booking engine vendor. The present vendor is using Microsoft SQL and the new vendor uses PostgreSQL. I have three questions and will appreciate your comments: [1] Will PostgreSQL perform better on Linux or Windows OS The performance i

[pgadmin-support] PostgreSQL

2008-09-11 Thread Mickey Shekdar
Hello,   We are switching our web booking engine vendor. The present vendor is using Microsoft SQL and the new vendor uses PostgreSQL.   I have three questions and will appreciate your comments:   [1] Will PostgreSQL perform better on Linux or Windows OS [2] What is the best RAID configuration/numb

Re : [pgadmin-support] Postgresql con DotNetNuke

2008-08-20 Thread Laurent ROCHE
pgAdmin and not the PostgreSQL Server. Have fun, [EMAIL PROTECTED] The Computing Froggy - Message d'origine De : Luis Nieto <[EMAIL PROTECTED]> À : pgadmin-support@postgresql.org Envoyé le : Mercredi, 20 Août 2008, 15h08mn 27s Objet : [pgadmin-support] Postgresql con

[pgadmin-support] Postgresql con DotNetNuke

2008-08-20 Thread Luis Nieto
saludos necesito ayuda ya que intento conectar DotNetNuke que es un manejador de contenidos con postgresql 8.1.3 todo bajo windows, visual studio express pero obtengo un error: No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión que tipo de mod

[pgadmin-support] PostgreSQL UK Conference 2008

2008-03-05 Thread Dave Page
The first UK PostgreSQL Conference will be held on 2nd April 2008 in Birmingham, United Kingdom. The schedule for the day includes talks from a variety of PostgreSQL community members, users and companies, including: * Simon Riggs, author of PITR and partitioning in Postgres - speaking on PostgreS

Re: [pgadmin-support] postgreSQL txt dump restore

2006-03-19 Thread Andreas Pflug
Andrew Madu wrote: OS: Windows XP (Ver 5.1.2600) SP2 pgAmin III: Ver 1.2.2 posgreSQL: Ver 8.0 Hi, I have a previously made postgresql full schema/data dumpo made to a txt file. How can I restore the database schema/data using pgAdmin, As the FAQ states, you can't. Regards, Andreas

[pgadmin-support] postgreSQL txt dump restore

2006-03-18 Thread Andrew Madu
OS: Windows XP (Ver 5.1.2600) SP2 pgAmin III: Ver 1.2.2 posgreSQL: Ver 8.0   Hi, I have a previously made postgresql full schema/data dumpo made to a txt file. How can I restore the database schema/data using pgAdmin, as the available restore facility only seems to work with non txt file backups?

[pgadmin-support] Postgresql Install Fail

2005-09-13 Thread Endi Nurwendi
I have tried to install postgresql for ms windows version 8.0.1 and 8.0.3. My installation always failed with message about "Installation fail, can't continue proccess:2". My OS is MS Windows 2000 advanced Server Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Re: [pgadmin-support] PostgreSQL Datasize

2005-04-09 Thread Dave Page
gresql.org/docs/faqs.FAQ.html#4.4   Regards, Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amitava SenguptaSent: 08 April 2005 05:26To: pgadmin-support@postgresql.orgSubject: [pgadmin-support] PostgreSQL DatasizeImportance: High Hi,   I'll be

[pgadmin-support] PostgreSQL Datasize

2005-04-09 Thread Amitava Sengupta
Hi,   I'll be using PostgreSQL for one of our desktop application with huge data (>20GB). Can you let me know whether Postgres supports that amount of data. Let me know of limitations, if any for Postgres regarding handling such huge data. Also if there is any max. size for database.   Regar

Re: [pgadmin-support] PostGreSql

2004-07-14 Thread Andreas Pflug
Cleber Silva wrote: Hello bhother, I install today PostGre, and i need suport. I need file *.dll for delphi works. Please go to pgsql-novice, this list is for the pgadmin tools only. Drivers are available for ODBC, and there seems to be a driver from Borland too, check there. Regards, Andreas

[pgadmin-support] PostGreSql

2004-07-14 Thread Cleber Silva
Hello bhother,   I install today PostGre, and i need suport. I need file *.dll for delphi works.   sorry my englhes low.    

Re: [pgadmin-support] PostgreSQL locks records (I think)...

2003-07-24 Thread Andreas Pflug
Joepie Platteau wrote: Hi, I have a very annoying problem : Postgrsql locks a few records on a few tables. I cannot open them anymore in my frontend (Access), but if I use Pgadmin, then it is possible. How is this possible? Does anybody know how to get them unlocked again? Can I do something fo

[pgadmin-support] PostgreSQL locks records (I think)...

2003-07-24 Thread Joepie Platteau
Hi, I have a very annoying problem : Postgrsql locks a few records on a few tables. I cannot open them anymore in my frontend (Access), but if I use Pgadmin, then it is possible. How is this possible? Does anybody know how to get them unlocked again? Can I do something for not having this in the

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Dave Page
> -Original Message- > From: Lamar Owen [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 20:38 > To: Jim Hines; Dave Page; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin > Not a good combo? > > > This will break from-source

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Dave Page
> -Original Message- > From: Jim Hines [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 20:55 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin > Not a good combo? > > > > > How do I make PGAdmin use this dri

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Jim Hines
> How do I make PGAdmin use this driver by default? It still wants to the > standard one on normal connects. Should I just rename the .dll and drop the > 30 from the name? I went ahead and tried the rename of the psqlodbc30.dll to psqlodbc.dll.and it worked! Thanks much for all the help. P

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Jim Hines
Dave, I got the snapshot driver working correctly. I had not put it in the right place. You're right. What a freaking version string!!! How do I make PGAdmin use this driver by default? It still wants to the standard one on normal connects. Should I just rename the .dll and drop the 30 from the n

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Lamar Owen
On Thursday 03 April 2003 14:21, Jim Hines wrote: > > Depends if they were built on Redhat 9 because the error comes from the > > long gcc version string that PostgreSQL includes in it's version string. > I think I will try this with RH8.0 RPM builds. I cannot seem to make the > beta ODBC driver w

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Jim Hines
> > > This is a bug caused by a very long string in the RedHat build of > > > PostgreSQL that overflows a buff in the ODBC driver. > > > > > > Please try the snapshot driver from > > > http://www.geocities.jp/inocchichichi/psqlodbc/ > > > > If I would remove the Redhat build and put in the RPMs fro

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Dave Page
> -Original Message- > From: Jim Hines [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 20:05 > To: Dave Page; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin > Not a good combo? > > > On Thursday 03 April 2003 01:47 pm,

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Dave Page
[EMAIL PROTECTED] > Sent: 03 April 2003 17:16 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a > good combo? > > > Hi all, > Yesterday, I upgraded my db server to RH9, and as usual with > RH updates, it > did not go smoothly.

Re: [pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Jim Hines
On Thursday 03 April 2003 01:47 pm, Dave Page wrote: > Hi Jim, > > This is a bug caused by a very long string in the RedHat build of > PostgreSQL that overflows a buff in the ODBC driver. > > Please try the snapshot driver from > http://www.geocities.jp/inocchichichi/psqlodbc/ If I would remove th

[pgadmin-support] PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

2003-04-03 Thread Jim Hines
Hi all, Yesterday, I upgraded my db server to RH9, and as usual with RH updates, it did not go smoothly. After several hours of 'tweaking', I finally got everything working again, except now pgadmin crashes whenever connecting to the database. This happens on every client machine. Here is the lo

[pgadmin-support] PostgreSQL under Windows 2000

2002-10-28 Thread Bang Pham
Hi, I'm using PostgreSQL under Windows 2000 and need help on several issues. I'm not familiar with Unix or Dos prompt so the command prompt is very new to me. Somehow my command prompt became "[bash-2.50] $". So how do I change the command prompt back to "[/] $"? How do I set the environment va

Re: [pgadmin-support] PostgreSQL 7.2.2. version and PgAdmin software

2002-09-23 Thread Dave Page
Title: Message Hi,   [please keep support questions on the [EMAIL PROTECTED] mailing list] -Original Message-From: Olga [mailto:[EMAIL PROTECTED]] Sent: 22 September 2002 09:47To: [EMAIL PROTECTED]; Dave PageSubject: PostgreSQL 7.2.2. version and PgAdmin software Hi,