Search Discussions
-
I previously reported the above problem with the parallel version of the regression test (i.e., make check) on a machine with limited memory. Unfortunately, I am seeing similar problems on a machine ...
Jason Tishler
Mar 28, 2001 at 6:36 pm
Apr 2, 2001 at 10:03 pm -
I believe I have found the cause of the pgmonitor problem on Solaris. pgmonitor assumes you have a working 'ps' status display, which shows user/database/connection, and query type. I have learned ...
Bruce Momjian
Mar 27, 2001 at 11:41 pm
Mar 30, 2001 at 1:23 pm -
Jane, Did you install gcc and/or binutils? Check out the end of config.log, it will help you debug the problem. I strongly recommend installing *all* of the Cygwin packages unless you are very ...
Jason Tishler
Mar 5, 2001 at 1:04 pm
Mar 12, 2001 at 7:53 pm -
Our build system is set up to automatically include -I/usr/local/include and -L/usr/local/lib on the compile and link command lines on Cygwin. Now I see a lot of users where this issues a warning ...
Peter Eisentraut
Mar 6, 2001 at 8:47 pm
Mar 9, 2001 at 2:34 pm -
hi all, i'm trying to get postgresql 7.0 running. the manual says that i have to start the postmaster process first. but in my bin directory there is no postmaster executable or script! (do i have to ...
Christian Thrum
Mar 1, 2001 at 2:23 pm
Mar 2, 2001 at 9:45 am -
James, I presume from the above that your version of Cygwin gcc is 2.95.2-7 or later. You can execute "gcc --version" to verify. Anyway, there has been a change to Cygwin gcc that stops it from ...
Jason Tishler
Mar 21, 2001 at 3:06 am
Mar 26, 2001 at 5:09 pm -
Andreas Kardos has left for greener pastures, so for now I'm stuck with maintaining postgres on QNX4. I have some 10+ years of experience with QNX but I know little about DBMS (including postgres). I ...
Tegge, Bernd
Mar 1, 2001 at 10:06 am
Mar 3, 2001 at 3:50 pm -
I have built and run "gmake check" on OpenBSD 2.8-stable (i386) and all appears well. I tried a cursury glance through the docs to see if there was a suitable place and instructions for regression ...
Peter Galbavy
Mar 27, 2001 at 10:30 am
Mar 27, 2001 at 4:34 pm -
Hi, I'm trying to execute PostgreSQL on Windows 2000, but I have some problems with it. My config : cygwin (today dev snapshot 2001-03-12) cygipc-1.09-2 postgresql-7.1-beta5 I have successfully ...
Svetsch
Mar 16, 2001 at 6:47 pm
Mar 19, 2001 at 2:04 pm -
I recommend removing the old Windows PostgreSQL binary that can be found at: ftp://ftp.postgresql.org/pub/binary/v7.0/NT/postgresql-7.0-nt-binaries.tar.gz It seems to be causing more harm than good. ...
Jason Tishler
Mar 4, 2001 at 7:49 pm
Mar 8, 2001 at 4:46 pm -
Hi, Running 'make install' produced this error: dlltool --dllname postgres.exe --output-exp postgres.exp --def postgres.def gcc -g -o postgres.exe -Wl,--base-file,postgres.base postgres.exp ...
David A. Ventimiglia
Mar 26, 2001 at 1:47 am
Mar 30, 2001 at 1:17 pm -
Seems we could easily use the sendmail display to populate the ps display defines/ports. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard ...
Bruce Momjian
Mar 29, 2001 at 12:18 am
Mar 30, 2001 at 2:03 am -
Hope the enclosed bug report is useful. -- Philip J Spence This is a personal email from Philip J Spence. All opinions expressed are my own, and not representative of Picdar Technology Ltd.
Philip J Spence
Mar 27, 2001 at 11:51 am
Mar 27, 2001 at 3:39 pm -
Hello, Says on your site that you want to hear about compile failures at this email address. Here goes: I downloaded and uncompressed the source from the main site I think. It configures with no ...
Matthew Easton
Mar 26, 2001 at 1:50 am
Mar 27, 2001 at 2:34 pm -
Hi tried following the instructions from the web site including cygwin bin in path before windows and ipcdaemon & but when tried to createdb test I'm getting an mmap error at fork Any suggestions ...
Lsmith
Mar 13, 2001 at 1:10 pm
Mar 20, 2001 at 3:15 am -
I tried the 2001-03-21 snapshot of cygwin1.dll and it aborts initdb, both on 7.0.3 and 7.1RC1. Anybody had the same problem? With an older snapshot of cygwin1.dll (2001-02-10), it works ok.
Eduardo Stern
Mar 26, 2001 at 1:51 am
Mar 27, 2001 at 3:24 pm -
Hi all, tried to install v 7.1 beta6 on a system with following setup: - Windows 2000 SP1 (384MB RAM is enough even for Windows) - Cygwin 1.1.8, gcc-2.95.2-6 - cygipc 1.0.9 (took binary, installed it ...
Frank Wegmann
Mar 26, 2001 at 1:46 am
Mar 26, 2001 at 5:14 pm -
Okay, tried getting 7.0.3 running but no luck. Downloaded beta6 of 7.1, and I got some compiler errors about missing definitions of tcl functions. Tcl support is mandatory for my application, so I ...
Tim Dunnington
Mar 20, 2001 at 4:05 pm
Mar 20, 2001 at 10:48 pm -
Tim, The above indicates that you are still running 1.1.8. What do you get from uname -r? Did you stop the ipc-daemon (and all other Cygwin processes) before attempting to change your Cygwin DLL? If ...
Jason Tishler
Mar 20, 2001 at 3:01 am
Mar 20, 2001 at 7:25 pm -
I'm running into the same error message & I'm not sure how I got my client and server out of sync. I did an install of 7.0.3 on a RedHat Linux 6.2 box that has had all previous versions of postgreSQL ...
Allen Kimberly
Mar 14, 2001 at 1:15 pm
Mar 14, 2001 at 2:56 pm -
He folks, I've searched the archives and haven't found an answer to this... I'm doing some writing on OS X and open source tools. I know that Postgres worked with the Public Beta, but I've been ...
Jay Greenspan
Mar 9, 2001 at 3:50 pm
Mar 9, 2001 at 4:12 pm -
Hi all, after i've installed the cygipc 1.09-2 correct ./configue works (Thanks to Les Schaffer). Sysinfo: Windows NT 4 SP4 cygwin 1.1.8 cygipc 1.09-2 PostgreSQL 7.0.3 But now make fails with the ...
Annett Maskow und Andreas Kühl
Mar 6, 2001 at 3:14 pm
Mar 6, 2001 at 3:14 pm -
hi all, my system is: windows nt cygipc-1.09-2 cygwin-1.1.7-1 and the binary version of postgresql 7.0 for nt when i try to start postmaster i get the following output: $ ./postmaster -d 5 FindExec: ...
Christian Thrum
Mar 3, 2001 at 8:51 pm
Mar 4, 2001 at 7:43 pm -
Hello pgsql-ports, I have tried with postgresql-7.0-nt-binaries.tar.gz version on Win98(and win 2000). All runs well until I start the postmaster daemon, a this point I obtain this error: ...
Sasha
Mar 30, 2001 at 2:34 pm
Apr 1, 2001 at 4:04 am -
Is there any chance to compile PostgreSQL on BeOS R5 Personal Edition? If so what must be done?
Tomas Vacek
Mar 30, 2001 at 2:29 pm
Mar 30, 2001 at 4:01 pm -
Dear Sir Version : postgresql-6.5.3 OS : Solaris HW : Sparc gmake, gmake install, initdb are ok/success, but when postmater, then error with the message : IpcMemoryCreate: shmget failed (Invalid ...
Hb. sapto nugroho
Mar 30, 2001 at 1:18 pm
Mar 30, 2001 at 3:03 pm -
Subject: Importing data from Informix to PostgreSQL. Error in the date field (WITH NULL value) Hello! I'll try to explain my little problem. Well, I have this table create table mytable ( codice ...
Maurizio Ortolan
Mar 30, 2001 at 1:18 pm
Mar 30, 2001 at 1:18 pm -
Eduardo, You are correct. I have isolated the problem and I am submitting a patch to Cygwin to fix it. In case you are wondering, FindExec() in src/backend/utils/init/findbe.c is failing due to a ...
Jason Tishler
Mar 27, 2001 at 10:37 pm
Mar 28, 2001 at 4:55 pm -
Hia, I've tried to compile and run postgresql-7.1beta4 & postgresql-7.1beta5 on Win2k Server. I've succeded compiling the code, but whenever I try to start postmaster, I get the following error: *** ...
Moshe Shukrun
Mar 13, 2001 at 2:25 pm
Mar 13, 2001 at 10:18 pm -
PostgreSQL 7.1beta5 did not compile on my machine without a workaround after configuring with the "--with-ssl" switch. Here is some of the output from the uname command: SunOS 5.7 sun4m sparc The ...
Matt Prazak
Mar 13, 2001 at 2:32 pm
Mar 13, 2001 at 5:29 pm -
hello: who can tell me how to use function in postgresql i try it long time ,but always can't success who can help me thank you !!!^_^...
Gates
Mar 8, 2001 at 4:05 am
Mar 12, 2001 at 8:17 pm -
I noticed you mentioned that you were able to set up PostgreSQL under SunOS. We have SunOS 5.7. What method did you use to install it, I am having problems. By the way, the administrators don't give ...
Samuel Sanchez
Mar 6, 2001 at 3:13 pm
Mar 6, 2001 at 3:40 pm -
Is there anyone, or maybe this subject has been brooched once before, who shed some light on the differences of the FreeBSD and Linux ports? In particuler, which version is faster. Sincerely, David ...
David Comeau
Mar 6, 2001 at 3:12 pm
Mar 6, 2001 at 3:34 pm -
Hi all, i've tried to compile V 7.0.3 on Windows NT SP4, using Cygwin 1.1.8, PostgreSQL 7.0.3, cygipc-1.07-1. I followed the instruction manual at ...
Annett Maskow und Andreas Kühl
Mar 6, 2001 at 3:13 pm
Mar 6, 2001 at 3:13 pm -
All, We're pleased to announce the availablity of binary packaged versions of PostgreSQL 7.0.3 for Solaris 7. We've set up a project on the GreatBridge.org open source project hosting site called ...
Ned Lilly
Mar 2, 2001 at 10:03 pm
Mar 6, 2001 at 3:12 pm -
Uchechi, I'm sorry but you will have to be more specific if you expect to get help. Also, I would appreciate you sending your email to pgsql-ports@postgresql.org instead of directly to me so others ...
Jason Tishler
Mar 4, 2001 at 7:59 pm
Mar 5, 2001 at 10:29 pm -
Hi, im currently trying to use Postgresql under Win 2000 Pro. Config: Win 2000 Pro Cygwin 1.1.9 Cygipc 1.09-2 Postgressql-7.1.beta5 make / make install / initdb works however when i try to start ...
Christian Meunier
Mar 2, 2001 at 1:43 pm
Mar 2, 2001 at 5:05 pm -
dear fred: you are right, that's the reason i didn't start up the ipc-daemon process. thank you very much!!! ----- Original Message ----- From: "Fred Yankowski" <fred@ontosys.com To: "james" ...
James
Mar 27, 2001 at 2:36 pm
Mar 27, 2001 at 2:36 pm -
When I try: postmaster -i & I get the following: $ IpcMemoryCreate: shmget failed (Identifier removed) key=5432010, size=144, per mission=700 This type of error is usually caused by an improper ...
JHopkins
Mar 22, 2001 at 12:59 pm
Mar 22, 2001 at 12:59 pm -
I've installed the following: cygwin 1.1.8_2 cygipc 1.09-2 postgresql 1.0.3 I was following the steps outlined at: http://people.freebsd.org/~kevlo/postgres/portNT.html Got through making it and ...
JHopkins
Mar 22, 2001 at 12:59 pm
Mar 22, 2001 at 12:59 pm -
Is it only possible to run postgresql as the interactive user (ie the one currenly logged in) on Windows? I'm not sure how If I'm supposed to be creating a seperate postmaster user on windows and how ...
Tom McMillen
Mar 21, 2001 at 4:45 am
Mar 21, 2001 at 4:45 am -
Ginger, When I wrote the above, I forgot that there was a 1.1.8-1. Hence, trying to use setup.exe to downgrade to 1.1.7 is difficult (but possible). Anyway, what I should have said was to upgrade to ...
Jason Tishler
Mar 20, 2001 at 3:37 am
Mar 20, 2001 at 3:37 am -
Hallo, i have sucessfully installed Postgres 7.1b5 under WIn2k/Cygwin. Now i'm looking for a solution to start/stop the postgres server as a service or with a simple click from the Windows Desktop. I ...
Michael Moehle
Mar 18, 2001 at 9:00 pm
Mar 18, 2001 at 9:00 pm -
Is there a win32 version of psql? JACK
Jack
Mar 13, 2001 at 2:23 pm
Mar 13, 2001 at 2:23 pm -
This is a libreadline issue. An echo "set bell-style none" ~/.inputrc should silence the bell for good. You must close and open another cygwin window for activating this. Other problems could rise in ...
S. L.
Mar 13, 2001 at 9:10 am
Mar 13, 2001 at 9:10 am -
Douglas, The above is a known problem that has already been fixed. See the following for details: http://www.postgresql.org/mhonarc/pgsql-ports/2001-02/msg00012.html ...
Jason Tishler
Mar 6, 2001 at 2:12 am
Mar 6, 2001 at 2:12 am
Group Overview
group | pgsql-ports |
categories | postgresql |
discussions | 47 |
posts | 180 |
users | 57 |
website | postgresql.org |
irc | #postgresql |
57 users for March 2001
Archives
- September 2008 (1)
- July 2008 (10)
- June 2008 (10)
- May 2008 (20)
- April 2008 (1)
- March 2008 (7)
- February 2008 (15)
- January 2008 (8)
- November 2007 (8)
- October 2007 (6)
- August 2007 (13)
- July 2007 (5)
- June 2007 (3)
- May 2007 (8)
- April 2007 (7)
- March 2007 (5)
- February 2007 (13)
- January 2007 (15)
- December 2006 (8)
- November 2006 (18)
- September 2006 (8)
- August 2006 (10)
- July 2006 (4)
- June 2006 (17)
- May 2006 (60)
- April 2006 (14)
- March 2006 (44)
- February 2006 (31)
- January 2006 (8)
- December 2005 (29)
- November 2005 (21)
- October 2005 (17)
- September 2005 (22)
- August 2005 (20)
- July 2005 (35)
- June 2005 (37)
- May 2005 (110)
- April 2005 (10)
- March 2005 (20)
- February 2005 (32)
- January 2005 (46)
- December 2004 (6)
- November 2004 (13)
- October 2004 (14)
- September 2004 (13)
- August 2004 (12)
- July 2004 (25)
- June 2004 (22)
- May 2004 (16)
- April 2004 (9)
- March 2004 (13)
- February 2004 (16)
- January 2004 (23)
- December 2003 (36)
- November 2003 (38)
- October 2003 (32)
- September 2003 (39)
- August 2003 (27)
- July 2003 (11)
- June 2003 (18)
- May 2003 (6)
- April 2003 (27)
- March 2003 (23)
- February 2003 (9)
- January 2003 (12)
- November 2002 (79)
- October 2002 (24)
- September 2002 (13)
- August 2002 (15)
- July 2002 (21)
- June 2002 (26)
- May 2002 (13)
- April 2002 (18)
- March 2002 (10)
- February 2002 (17)
- January 2002 (25)
- December 2001 (24)
- November 2001 (54)
- October 2001 (47)
- September 2001 (11)
- August 2001 (29)
- July 2001 (30)
- June 2001 (25)
- May 2001 (100)
- April 2001 (214)
- March 2001 (180)
- February 2001 (104)
- January 2001 (150)
- December 2000 (63)
- November 2000 (106)
- October 2000 (94)
- September 2000 (33)
- August 2000 (53)
- July 2000 (46)
- June 2000 (61)
- May 2000 (82)
- April 2000 (41)
- March 2000 (28)
- February 2000 (85)
- January 2000 (60)
- December 1999 (112)
- November 1999 (79)
- October 1999 (78)
- September 1999 (117)
- August 1999 (93)
- July 1999 (292)
- June 1999 (215)
- May 1999 (97)
- April 1999 (61)
- March 1999 (120)
- February 1999 (87)
- January 1999 (93)
- December 1998 (26)
- November 1998 (1)
- October 1998 (1)
- September 1998 (1)
- August 1998 (1)
- July 1998 (1)
- June 1998 (1)
- May 1998 (1)
- April 1998 (1)
- March 1998 (1)
- February 1998 (1)
- January 1998 (1)
- December 1997 (1)
- October 1997 (2)
- September 1997 (1)
- August 1997 (1)
- July 1997 (1)
- June 1997 (1)
- May 1997 (1)
- April 1997 (1)