Search Discussions
-
Hey, Oreilly and Assoc is interviewing me and they asked me two questions I don't have the answers to: When is 7.3 set to land? When is 8.0 set to land? I said, when there done, but they want a ...
Joshua D. Drake
Jul 3, 2002 at 11:07 pm
Jul 15, 2002 at 1:26 pm -
We are trying to throw a lot of memory at PostgreSQL to try to boost performance. In an attempt to put our entire database into memory, I want to allocate 2 to 3 GB out of 4 GB on a dual processor ...
Martin Dillard
Jul 10, 2002 at 5:45 pm
Jul 28, 2002 at 5:31 pm -
I have a table of about 5000 records that I noticed was taking a very long time to do simple selects from. I looked at explain analyze and got the following: rms=# explain analyze select count(*) ...
Robert Treat
Jul 15, 2002 at 8:22 pm
Jul 17, 2002 at 8:03 pm -
Hello, I am back from vacation and still experiencing strange behaviour of my database: Dumping all to /var/lib/pgsql/backup/db-backup-20020709.out.... connected to template1... dumping database ...
Henrik Steffen
Jul 9, 2002 at 3:30 pm
Jul 14, 2002 at 4:26 pm -
Thanks to all the people that responed. Summaries and notes:- VACUUM The consensus seems to be that old copies are not removed until a Vacuum is performed. When a Vacuum is performed then only ...
Anthony Berglas
Jul 19, 2002 at 4:33 am
Aug 30, 2002 at 6:22 am -
Which is better, PostgreSQL or MySQL? Both are excellent products with unique strengths, and the choice is often a matter of personal preference. Read on for a useful comparison of these two open ...
Builder
Jul 11, 2002 at 3:26 am
Aug 2, 2002 at 7:19 pm -
Don't know about that, but for what it's worth, a TESS trademark search indicates that the phrase "SQL Server" is a registered trademark of... Sybase(!). I'm surprised it was allowed to be ...
Robert L Mathews
Jul 8, 2002 at 5:46 am
Jul 12, 2002 at 7:55 am -
We are currently designing a system for a client, where the database will hold mission-critical information, dealing with money. Needless to say the requirement on the database are very high, ...
Rune Teigen
Jul 12, 2002 at 11:57 am
Jul 17, 2002 at 2:17 pm -
A bit late, but here is the explain analyse data for the problem where a complex DB was able to produce very quick results with low load with postgres 7.2 but takes many many times longer with ...
Sam Liddicott
Jul 8, 2002 at 10:31 am
Jul 15, 2002 at 12:47 pm -
Is it just me, or are the mail list archives still generating HTML that's missing close table tags, so the pages cannot be viewed on Linux Netscape 4.78? cjs -- Curt Sampson <cjs@cynic.net +81 90 ...
Curt Sampson
Jul 16, 2002 at 7:05 am
Jul 27, 2002 at 9:47 am -
I know that the question of forcing PostgreSQL to use an index during search ops is an FAQ and have worked with each of the suggested solutions to no avail. From the nature of those questions, it ...
Stephen Birch
Jul 16, 2002 at 4:31 pm
Jul 23, 2002 at 10:20 pm -
Hey, I was running a script which does some INSERTS and UPDATE some table. I found that there is no need for COMMIT; After each statement the TABLE is immediately commited. Other session via psql can ...
Stefan
Jul 19, 2002 at 11:19 am
Jul 19, 2002 at 10:25 pm -
Hello all, It might be not a correct place to post this. I am creating a table from psql. Everything is fine except I got some troubles when trying to create the same table but in a different way and ...
Stefan
Jul 19, 2002 at 6:44 am
Jul 19, 2002 at 8:16 pm -
Yo! Browsing through the online docs, I see the special columns documented in http://www.postgresql.org/idocs/index.php?sql-syntax-columns.html . But I'm missing discussion about significance of the ...
Adrian 'Dagurashibanipal' von Bidder
Jul 16, 2002 at 2:23 pm
Jul 19, 2002 at 1:07 pm -
Hi, I am looking into how I should backup my PostgreSQL database. Is there a way to do incremental backup? I think incremental back seems to be a better solution in the long run, because it is more ...
Sanjeev Rathore
Jul 7, 2002 at 2:25 am
Jul 8, 2002 at 5:59 pm -
Hi there, If you'd have to suggest which type of database one migh use, how would you reflect the differences between them to show up pros and cons ? Any URL to help me to clarify this situation ? ...
Fabiàn R.Breschi
Jul 31, 2002 at 5:04 pm
Aug 7, 2002 at 3:37 pm -
hello, I just managed to get a simple database running with postgresql. Now I would like to write some CGI scripts in perl that will be able to use it. What perl module should I use for this? I have ...
Jgdon
Jul 27, 2002 at 6:07 pm
Aug 3, 2002 at 10:15 am -
Hi I would like to know if there is some way how to disable case sensitivity in PostgreSQL server. With some varaiable or some setting in configuration file or how? So after this would be the same ...
Igor
Jul 9, 2002 at 11:13 pm
Jul 19, 2002 at 12:42 pm -
Hello, Without getting into a huge debate over which implementation is better. I can suffice to say that we have seen significant demand for this solution without the obnoxiousness of ssh. SSH is ...
Joshua D. Drake
Jul 15, 2002 at 8:44 pm
Aug 3, 2002 at 5:38 pm -
I am writing a stock system, and am looking for either a confirmation of my plan or a "No, don't do that!" before I get in too deep.. I have a table, called stock_transactions. It has primary key and ...
Rob Brown-Bayliss
Jul 29, 2002 at 9:48 pm
Jul 31, 2002 at 9:25 pm -
12
log sql?
Is there way to track each sql statement and the user for the server? Thanks, -- Laurette Cisneros The Database Group (510) 420-3137 NextBus Information Systems, Inc. www.nextbus.com ...Laurette Cisneros
Jul 26, 2002 at 10:27 pm
Jul 30, 2002 at 6:47 pm -
I'm using PostgreSQL (via pyPgSQL) to deal with a database of tasks. I want to have processes be able to "check out" a task, but I'm seeing some kind of odd results. If I try to force two processes ...
Sean Reifschneider
Jul 14, 2002 at 12:33 am
Jul 19, 2002 at 8:50 am -
Hi, after some fooling around I figured out that a function body can't be larger than the defined postgres' block size, which defaults to 8192 byte. The same time I read enlarging the default block ...
Ralph Graulich
Jul 16, 2002 at 5:43 pm
Jul 16, 2002 at 11:33 pm -
I have a dual cpu box with 2GB RAM dedicated to running Postgres. Last week, I upgraded FreeBSD from 4.4-STABLE to 4.6-RELEASE-p1. When I went to restart postgres, it complained that it could not ...
Vivek Khera
Jul 10, 2002 at 6:15 pm
Jul 13, 2002 at 10:20 am -
11
erserver
Hi, can somebody give me a hint on how to contact the guys at pgsql.com regarding the eRserver software? They don't seem to check their info@ accounts listed on their websites. Thanks Greetings, ...Björn Metzdorf
Jul 25, 2002 at 9:07 am
Jul 25, 2002 at 4:27 pm -
Can anyone recommend a free GUI DB design tool for Windows I could use to model my database design? (something similar to the design tool in MS access). I don't need it to actually connect to a DB or ...
Jean-Christian Imbeault
Jul 10, 2002 at 3:08 am
Jul 10, 2002 at 4:10 pm -
Hello! I tried the regression tests for contrib/tsearch as suggested, and this leads to exactly the same symptoms as described with the real-life test. The last entry of regression.diffs reads: ...
Markus Wollny
Jul 29, 2002 at 1:38 pm
Jul 30, 2002 at 2:14 pm -
Hi, using: - postgres 7.2.1 (with pl_funcs.c patch) - linux kernel 2.4.17 on intel 32 dual CPU While attempting to port an existing application things started to fail randomly, like 'relation xyz not ...
Ralph Graulich
Jul 21, 2002 at 1:00 pm
Jul 22, 2002 at 5:04 pm -
On the FAQ we have: CHAR() is best when storing strings that are usually the same length. VARCHAR() is best when storing variable-length strings, but you want to limit how long a string can be. TEXT ...
Francisco Reyes
Jul 4, 2002 at 6:19 pm
Jul 21, 2002 at 9:57 am -
Lazy programmer is looking for implementation of the following datatypes: * phone (or fax) numbers (with format checking) like +33 1 39 30 83 46 * email addresses (with format checking and ideally a ...
Stephane Bortzmeyer
Jul 19, 2002 at 11:52 am
Jul 19, 2002 at 4:39 pm -
Hello all: I want to do some profiling of a large application I run under postgres. Ideally I'd like to capture just the queries that are submitted to the database. It would be rather annoying to ...
Steve Lane
Jul 17, 2002 at 3:40 am
Jul 19, 2002 at 8:21 am -
Hi, is there a flag to set which determines if queries run successful with a case sensitive or case insensitive WHERE clause: For example: if I have a name1 colum with a value 'Test' I would like to ...
Andreas Schlegel
Jul 10, 2002 at 12:02 pm
Jul 11, 2002 at 8:33 am -
Hello! Sorry I took so long - I attached the schema as asked. Actually it seems to be very often the case, that certain operations suck up more than 25% of available memory and processing capacities. ...
Markus Wollny
Jul 2, 2002 at 2:10 pm
Jul 4, 2002 at 7:46 am -
Hi! Just one questions: Our Company is searching for a good SQL-Database, which will be using very extensivly in the future. PostgreSQL really looks good (low/no cost/ many features), but do big ...
Christian Lübeck
Jul 18, 2002 at 5:49 pm
Jul 21, 2002 at 6:23 am -
hi, I am using Postgresql-7.1.3 with RedHat Linux-7.1 and JDBC. I am having an indexed table with nearly 3,000 records for a month. My machine is with 256 MB RAM, 600 MHz. I am having a report from ...
Thirumoorthy Bhuvneswari
Jul 8, 2002 at 12:28 pm
Jul 12, 2002 at 10:48 am -
Hello, I have a database model where a many to many relation is used, so i need to create a table with two primary key. Don't know how to solve this in postgress, can't find it in the tutorials, so ...
Angela Luyf
Jul 4, 2002 at 1:54 pm
Jul 8, 2002 at 5:22 am -
Hi all, I am trying to run the regression tests under PG 7.2.1 RedHat 7.3- I have installed PG from rpms , so from package, not source code. Right now I have no idea if I need the source code of PG ...
Stefan
Jul 23, 2002 at 9:41 am
Jul 26, 2002 at 5:00 am -
Hi all, I read Postgresql limits at postgresql.org: Maximum size for a database unlimited (60GB databases exist) Maximum size for a table 64 TB on all operating systems Maximum size for a row ...
Paulo Henrique Baptista de Oliveira
Jul 15, 2002 at 3:05 pm
Jul 18, 2002 at 2:27 am -
Hello. I am trying to figure out how to import xml documents into a postgres database. I am running PostgreSql 7.1.3 on Red Hat 7.2 at the moment. I have several dynamic xml documents that I want ...
Nathan Hill
Jul 10, 2002 at 5:58 pm
Jul 11, 2002 at 3:05 pm -
Using pg 7.1.2, I can enter the following statement successfully: # alter table manufacturer add column dummy integer not null default 1; However, under 7.2.1, the same statement gets me -- ERROR: ...
Ad wolf
Jul 7, 2002 at 12:35 am
Jul 9, 2002 at 8:10 pm -
Hi all, I'm trying to install Postgres 7.2.1-5 RPM onto my linux 7.1 system. Accordingly, I seem to need three files... libcrypto.so.2 libreadline.so.4 libssl.so.2 How can I obtain these files?? I've ...
Rflm101
Jul 5, 2002 at 2:56 pm
Jul 9, 2002 at 6:28 pm -
Hello! We've still not been successful in our attempts to migrate from oracle to PostgreSQL - and we've got ODBC under suspicion to cause a servere bottleneck. Here's our setup: Database: SuSE Linux ...
Markus Wollny
Jul 5, 2002 at 6:55 pm
Jul 9, 2002 at 1:52 am -
This is no doubt asked frequently, but I have exactly two days experience with PostgreSQL, and am hot on a project for which I need a more-or-less immediate answer. Most of my previous DB experience ...
Lynn David Newton
Jul 2, 2002 at 8:06 pm
Jul 5, 2002 at 10:33 am -
Hi, We're running PostgreSQL 7.1.3 (I know, I know) on Solaris 7 on two Sun E4500s with 8 CPUs and 16 Gig of RAM. We have noticed that one of the machines is considerably slower than the other. We ...
Andrew Sullivan
Jul 11, 2002 at 4:30 pm
Aug 27, 2002 at 6:04 pm -
Hey all, I'm thinkin' maybe I should post this in a shell scripting group but thought someone here may be able to help me out... I'm lookin' to run a shell script through the crontab on a nightly ...
Ratlhead
Jul 20, 2002 at 9:35 am
Jul 29, 2002 at 8:44 am -
Hi ! I've tried cast to convert char to inet, but that is no good waw :((. Does anybody know how to do that ? Thank you in advance. Best regards Michal
Michal O
Jul 23, 2002 at 11:36 am
Jul 25, 2002 at 3:35 pm -
i have 2 postgresql boxes, one live and one for dev. the dev box has postgresql 7.2 compiled from source and ps auxf gets me a postmaster process and then the db parameters (-i -B 512 etc). the live ...
Steve Brett
Jul 17, 2002 at 3:50 pm
Jul 24, 2002 at 8:24 am -
I'm not much practical with Linux but reading the characteristics of PostGreSql I find it very interesting. Why does not exist one official version for windows? -- Andrea Chiadò Piat Bit Informatica ...
Andrea Chiado' Piat
Jul 22, 2002 at 9:45 am
Jul 22, 2002 at 5:14 pm -
We have a website using postgresql and php, hosted in a shared server. The settings for the maximum connections allowed is 32. I have used the persistent connection function pg_pconnect for all the ...
Siva Kumar
Jul 18, 2002 at 1:36 pm
Jul 19, 2002 at 2:34 pm -
Ok, I have an oddball question. But let me give you a little background. As a broadcast engineer, I often need to compute the distance to a groundwave contour for an AM radio station. The code to do ...
Lamar Owen
Jul 16, 2002 at 11:32 pm
Jul 18, 2002 at 5:05 am
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 439 |
posts | 1,868 |
users | 423 |
website | postgresql.org |
irc | #postgresql |
423 users for July 2002
Archives
- August 2013 (761)
- July 2013 (663)
- June 2013 (644)
- May 2013 (789)
- April 2013 (795)
- March 2013 (663)
- February 2013 (841)
- January 2013 (904)
- December 2012 (821)
- November 2012 (944)
- October 2012 (841)
- September 2012 (940)
- August 2012 (801)
- July 2012 (661)
- June 2012 (733)
- May 2012 (764)
- April 2012 (704)
- March 2012 (984)
- February 2012 (814)
- January 2012 (863)
- December 2011 (916)
- November 2011 (1,172)
- October 2011 (1,102)
- September 2011 (1,114)
- August 2011 (1,074)
- July 2011 (906)
- June 2011 (951)
- May 2011 (993)
- April 2011 (1,080)
- March 2011 (1,095)
- February 2011 (1,004)
- January 2011 (896)
- December 2010 (1,068)
- November 2010 (1,225)
- October 2010 (1,154)
- September 2010 (1,115)
- August 2010 (880)
- July 2010 (1,038)
- June 2010 (1,349)
- May 2010 (1,161)
- April 2010 (1,172)
- March 2010 (1,209)
- February 2010 (1,214)
- January 2010 (1,351)
- December 2009 (1,202)
- November 2009 (476)
- October 2009 (1,234)
- September 2009 (1,234)
- August 2009 (1,254)
- July 2009 (1,440)
- June 2009 (1,417)
- May 2009 (1,215)
- April 2009 (1,177)
- March 2009 (1,366)
- February 2009 (1,330)
- January 2009 (1,174)
- December 2008 (951)
- November 2008 (1,411)
- October 2008 (1,476)
- September 2008 (1,241)
- August 2008 (1,175)
- July 2008 (1,244)
- June 2008 (1,056)
- May 2008 (1,130)
- April 2008 (1,435)
- March 2008 (1,656)
- February 2008 (1,511)
- January 2008 (1,590)
- December 2007 (1,470)
- November 2007 (1,758)
- October 2007 (1,693)
- September 2007 (1,381)
- August 2007 (2,067)
- July 2007 (1,249)
- June 2007 (1,778)
- May 2007 (1,629)
- April 2007 (1,276)
- March 2007 (1,731)
- February 2007 (1,710)
- January 2007 (1,939)
- December 2006 (1,601)
- November 2006 (1,843)
- October 2006 (1,571)
- September 2006 (1,274)
- August 2006 (1,481)
- July 2006 (1,149)
- June 2006 (1,242)
- May 2006 (1,582)
- April 2006 (1,355)
- March 2006 (1,577)
- February 2006 (1,201)
- January 2006 (1,715)
- December 2005 (1,381)
- November 2005 (1,408)
- October 2005 (1,907)
- September 2005 (1,209)
- August 2005 (1,605)
- July 2005 (1,317)
- June 2005 (1,391)
- May 2005 (1,358)
- April 2005 (1,419)
- March 2005 (1,611)
- February 2005 (1,511)
- January 2005 (1,855)
- December 2004 (1,334)
- November 2004 (1,525)
- October 2004 (1,549)
- September 2004 (1,341)
- August 2004 (1,640)
- July 2004 (963)
- June 2004 (1,219)
- May 2004 (936)
- April 2004 (1,188)
- March 2004 (1,223)
- February 2004 (1,326)
- January 2004 (1,670)
- December 2003 (1,638)
- November 2003 (1,747)
- October 2003 (1,575)
- September 2003 (1,857)
- August 2003 (1,786)
- July 2003 (1,557)
- June 2003 (1,927)
- May 2003 (1,290)
- April 2003 (1,564)
- March 2003 (1,565)
- February 2003 (1,761)
- January 2003 (1,625)
- December 2002 (1,225)
- November 2002 (1,477)
- October 2002 (1,432)
- September 2002 (1,401)
- August 2002 (1,246)
- July 2002 (1,869)
- June 2002 (1,337)
- May 2002 (1,185)
- April 2002 (1,254)
- March 2002 (1,363)
- February 2002 (1,418)
- January 2002 (1,181)
- December 2001 (879)
- November 2001 (1,117)
- October 2001 (1,177)
- September 2001 (1,213)
- August 2001 (1,270)
- July 2001 (1,316)
- June 2001 (1,630)
- May 2001 (1,677)
- April 2001 (16)
- March 2001 (1,633)
- February 2001 (1,597)
- January 2001 (1,668)
- December 2000 (1,001)
- November 2000 (1,067)
- October 2000 (1,304)
- September 2000 (992)
- August 2000 (846)
- July 2000 (1,145)
- June 2000 (797)
- May 2000 (832)
- April 2000 (695)
- March 2000 (220)
- February 2000 (478)
- January 2000 (656)
- December 1999 (643)
- November 1999 (506)
- October 1999 (622)
- September 1999 (384)
- August 1999 (494)
- July 1999 (406)
- June 1999 (462)
- May 1999 (405)
- April 1999 (328)
- March 1999 (382)
- February 1999 (360)
- January 1999 (295)
- December 1998 (239)
- November 1998 (266)
- October 1998 (278)
- September 1998 (185)
- August 1998 (224)
- July 1998 (432)
- June 1998 (352)
- May 1998 (134)