Search Discussions
-
Hello all, Some time back I posted a query to build a site with 150GB of database. In last couple of weeks, lots of things were tested at my place and there are some results and again some concerns. ...
Shridhar Daithankar
Sep 26, 2002 at 8:35 am
Oct 6, 2002 at 3:52 pm -
There is pgmonitor: http://gborg.postgresql.org/project/pgmonitor --------------------------------------------------------------------------- Aaron Held wrote: -- Bruce Momjian | ...
Bruce Momjian
Sep 20, 2002 at 4:19 pm
Sep 30, 2002 at 9:26 pm -
Hi, everybody. I am running into huge performance problems, due to JDBC not being able to cache query plans :-( My java program runs the (set of about 5) identical statements with different ...
Dmitry Tkach
Sep 25, 2002 at 3:24 pm
Oct 16, 2002 at 6:06 am -
23
IN vs EXIIST
I find myself writing a lot of queries with this pattern: select distinct key1 from A where id not it (select distinct key1 from A where x='false'); The reason being that key1 is not a primary key ...Jean-Christian Imbeault
Sep 19, 2002 at 2:46 am
Sep 21, 2002 at 11:54 pm -
Let's move this to general. But I disagree. History says that nobody can compete with microsoft on microsoft platform. Postgres will not be competing with either SQL Server or access. It would remain ...
Shridhar Daithankar
Sep 17, 2002 at 8:30 am
Sep 19, 2002 at 6:19 pm -
Hello guys, I have still problems with dumping my database.... I have postgres 7.2.1 running on a solaris 8 server. When I try to do a pg_dump of my database, I get the following message: pg_dump: ...
Wim
Sep 17, 2002 at 8:11 am
Sep 19, 2002 at 5:57 am -
Hello, I have apparently solved a certain performance problem and would like to consult with other PostgreSQL users to figure out if I am doing things the right way. I have two tables: "section" and ...
Jan Ploski
Sep 8, 2002 at 9:58 pm
Sep 9, 2002 at 11:34 pm -
Hi hackers. There is ineresting behavior of some select query mentioned in $subj. In working db this query takes: real 3m10.219s user 0m0.074s sys 0m0.074s it's interesting that vacuum or analyze or ...
Andriy Tkachuk
Sep 27, 2002 at 7:58 am
Sep 28, 2002 at 1:58 pm -
I don't know whether this should be in novice or general.. but whenever I run the configure script it dies with the following error: checking types of arguments for accept()... configure: error: ...
Williams, Travis L, NPONS
Sep 13, 2002 at 5:47 pm
Sep 16, 2002 at 5:24 pm -
15
Surprise :-(
I ran a vacuum analyze on a database. Now the query I ran vacuum analyze for takes twice as long, and all the other queries I tested take longer, too. Please help. Thank you all.Mihai Gheorghiu
Sep 5, 2002 at 8:30 pm
Sep 9, 2002 at 11:35 pm -
Hi! I dump all of my databases daily using pgdumpall (./pg_dumpall /var/pgbackup/alldb1.sql). Now if I try to restore the whole lot via "psql -d template1 -f alldb1.sql", I get loads and loads of ...
Markus Wollny
Sep 5, 2002 at 1:36 pm
Sep 6, 2002 at 12:10 pm -
The subject says it all: DEBUG: StartTransactionCommand DEBUG: ProcessQuery ERROR: Relation 0 does not exist LOG: statement: INSERT INTO trans (meter_id,stats_id,flowindex,firsttime,firstt... The ...
Patrick Welche
Sep 25, 2002 at 8:30 pm
Sep 26, 2002 at 3:39 pm -
Howdy: Running PostgreSQL 7.2.1 on RedHat Linux 7.2 kernel 2.4.7. Can someone send an example of how they have the logrotate / rotatelog script working with PostgreSQL? I'm looking at a few things ...
Johnson, Shaunn
Sep 23, 2002 at 2:51 pm
Sep 26, 2002 at 2:43 pm -
Howdy: Running PostgreSQL 7.2.1 on RedHat Linux 7.2 kernel 2.4.7. I have some processes that are just hanging around and I'm trying to kill them. I know I'm not supposed to use 'kill -9 pid', but ...
Johnson, Shaunn
Sep 19, 2002 at 2:21 pm
Sep 19, 2002 at 8:41 pm -
I downloaded the 7.3b1 as soon as Marc said that he packaged it (I don't know whether that is something that's encouraged or not; a developer might let me know about that). The configure script had a ...
Jeff Davis
Sep 5, 2002 at 7:17 am
Sep 6, 2002 at 2:32 pm -
I have a situation where a table contains table names. I need to know if I can make a Postgresql query that will have a subquery which supplies the table name I want to deal with. Can this be done? ...
Scott Chapman
Sep 26, 2002 at 11:05 pm
Sep 27, 2002 at 5:56 am -
Hi All, Is their any way to find out the uptime of the postmaster via a SQL function? Best Regards, Tim Knowles
Tim Knowles
Sep 24, 2002 at 12:23 pm
Sep 25, 2002 at 1:34 pm -
I moved this over to general, where it's more on topic... Often times the real limiter for database performance is IO bandwidth and subsystem, not the CPUs. After that memory access speed and ...
Scott.marlowe
Sep 13, 2002 at 10:04 pm
Sep 17, 2002 at 1:56 pm -
Hello, Does anyone know why trying to create this column: "role INTEGER[] REFERENCES role (roleid)" returns this error: ERROR: Unable to identify an operator '=' for types 'integer[]' and 'integer' ...
Joel Rodrigues
Sep 5, 2002 at 4:46 pm
Sep 8, 2002 at 7:14 am -
The following insert: insert into t values('01-10-29') gives the following result in the DB: select * from t d ------------ 2029-01-10 Why is the first part (01) being parsed as the month? The ...
Jean-Christian Imbeault
Sep 6, 2002 at 7:30 am
Sep 7, 2002 at 7:41 am -
Hi, Is it possible to have parameterized views? Guess I'm thinking of something like a posiitonal parameter in a view. If it is possible I'd sure appreciate an example. Thanks in advance, Linn
Linn Kubler
Sep 3, 2002 at 3:26 am
Sep 4, 2002 at 4:49 pm -
Hi all, Al last I recieved a new disk and was able to VACUUM ANALYZE. The repaired database from the initial 500MB became 185 MB. I'm very happy that the combined disk full + unexpected server ...
Dfumagalli
Sep 2, 2002 at 8:49 am
Sep 4, 2002 at 4:05 am -
I'm trying to write an Access clone in java that will use PostGres as a backend. Problem is, I need to be able to list all the fields (and data types) in a table. I know about "\d" but that only ...
Andrew Bulmer
Sep 9, 2002 at 9:30 pm
Sep 12, 2002 at 7:22 pm -
Hi all, I'm trying the following: BEGIN; select current_timestamp into mytable; . some queries . insert current timestamp into mytable; COMMIT; When I call this with the \i <filename command, all is ...
Guido Staub
Sep 30, 2002 at 9:44 am
Oct 1, 2002 at 3:13 pm -
Whups...I just upgraded my linux system from Redhat 7.1 to 7.3. As a part of that upgrade my postgres installation was also upgraded from 7.0 to 7.2.1. Since 7.2.1 databases are not compatible with ...
Glen Baker
Sep 27, 2002 at 1:29 pm
Oct 1, 2002 at 7:26 am -
Howdy: Silly question time - Is there a way to get the date and change it into a binary number? To explain: One of my colleague suggested that we could start doing our backups / dump of the database ...
Johnson, Shaunn
Sep 26, 2002 at 2:40 pm
Sep 27, 2002 at 4:41 am -
Hi, is there a way to speed up a delete operation that currently uses a "where XX in" clause? The following query takes quite long: delete from lr_object_usage where lr_object_usage_id in ( select ...
Peter Alberer
Sep 23, 2002 at 5:42 pm
Sep 24, 2002 at 2:49 pm -
Hi everybody! I doing a research about Apache Web Server + PHP + PostgreSQL. If it is reliable or not. The pros and set backs about it. From you what do you have to tell me about it? ...
Elielson Fontanezi
Sep 19, 2002 at 4:52 pm
Sep 20, 2002 at 7:51 pm -
So I've finished reading Jeffery Friedl's _Mastering Regular Expressions_ and while I don't need regex in PostgreSQL I know I'll do it for something - eventually. The book makes a distinction between ...
Josh Jore
Sep 10, 2002 at 6:43 am
Sep 11, 2002 at 3:41 am -
9
php
Does anyone know where I can download php? Php.net does not have linux version for download. They referred me to the linux distribution. The Red Hat site (if they have it) has php hidden pretty well. ...Warren Massengill
Sep 2, 2002 at 1:58 pm
Sep 3, 2002 at 7:13 am -
Apologies in advance if there is a more appropriate list. We are currently developing a database to host some complicated, XMl layered data. We have chosen postgres because of its ability to store ...
Mike Sosteric
Sep 30, 2002 at 12:13 am
Oct 4, 2002 at 4:17 pm -
Hi, We are having problems with an installation of Postgres 7.2.1 on Debian Linux 3.0 (woody). The scheduled maintenance script throws the following error: FATAL 2: open of ...
Ben Roberts
Sep 24, 2002 at 2:51 pm
Sep 25, 2002 at 3:22 pm -
Hi folks, I am converting a legacy (DBM file backend) app to SQL. The current storage scheme utlizes ordered list values on objects. To emulate this I'm just doing multiple INSERTs on a table. I need ...
Justin Hawkins
Sep 13, 2002 at 1:04 am
Sep 25, 2002 at 6:48 am -
I don't know if this is already done, but... I'm really annoyed by that little 'feature' of psql that decides whether to use pager or not. I personally use GNU 'less' with options -S -F as my pager, ...
Antti Haapala
Sep 11, 2002 at 2:15 pm
Sep 18, 2002 at 9:04 pm -
I suspect at this point I may need to recompile things? I'm not sure what the trouble is. Can I try the directions in http://www.postgresql.org/idocs/index.php?plperl-install.html in lieu of a ...
Cindy
Sep 17, 2002 at 5:46 pm
Sep 18, 2002 at 8:27 am -
There is a small problem with the long output format. This search Search for: rules Results per page: 10 Output format: long Match: All Search for: Whole word Search through: PgSQL - Hackers in: all ...
Manfred Koizar
Sep 11, 2002 at 1:11 pm
Sep 13, 2002 at 3:55 am -
how to use the bytea type of postgres in c language. please give me a example. i did it like this ,but it didn't work ... FILE *file; char ch[3000]; file=fopen("pic.jpg","r"); memset(cr.0,sizeof(cr); ...
Wlj
Sep 2, 2002 at 2:58 am
Sep 29, 2002 at 5:32 am -
Hi , I'm trying to dump the data form one postgreySQL 7.1.3 server to another postgreySQL 7.1.3 server. I have used pg_dumpall command to dump the data, I'm able to dump the data in the second server ...
Murali Mohan Kasetty
Sep 25, 2002 at 6:03 am
Sep 25, 2002 at 5:23 pm -
Here is a nice article comparing open-source and commercial databases: http://newsforge.com/article.pl?sid=02/09/14/1253246&tid=11 -- Bruce Momjian | http://candle.pha.pa.us [email protected] | ...
Bruce Momjian
Sep 17, 2002 at 6:11 am
Sep 23, 2002 at 2:37 pm -
I'm receiving permissions denied message when I think I shouldn't. I have three users cib_unauth, cib_auth, and cib_admin. I have two groups cib_all and cib_trusted. The first group contains all the ...
Eric D Nielsen
Sep 18, 2002 at 5:09 pm
Sep 23, 2002 at 3:12 am -
Hello, Anyone knows how to copy a table to another database? Cheers! Wim.
Wim
Sep 17, 2002 at 9:32 am
Sep 17, 2002 at 3:29 pm -
I have 1 FreeBSD machine and 1 Linux, Red Hat, machine. I will need to periodically do a pg_dumpall from the Linux machine to the FreeBSD machine. This has been a problem because on Linux the ...
Francisco J Reyes
Sep 11, 2002 at 7:32 pm
Sep 16, 2002 at 8:51 pm -
Hi Folks - I'm working on a global weather database for a client and have hit an issue which I'm sure has been solved before. Unfortunately, the site search doesn't pull up anything. Essentially, ...
Tim Perdue
Sep 12, 2002 at 5:46 pm
Sep 13, 2002 at 3:34 pm -
Howdy: Running RedHat Linux 2.4.7-10 and PostgreSQL 7.2.1 on an Intel box. Has anyone configured their machines to do load sharing (and to a greater extent, clustering) for PostgreSQL? I have a box ...
Johnson, Shaunn
Sep 9, 2002 at 4:17 pm
Sep 10, 2002 at 3:07 am -
Hello, I am try 'autocommit' mode off in postgresql.conf This is fine, but if I don't call commit and exit from plsql, PostgreSQL do rollback.Can I change this behavior. regards Haris Peco
Snpe
Sep 6, 2002 at 1:49 pm
Sep 10, 2002 at 2:03 am -
I have some sql to define some functions for doing conversions between cube and latitude and longitude (as float8) and for calculating great circle distances between cubes (using a spherical model of ...
Bruno Wolff III
Sep 6, 2002 at 7:01 am
Sep 9, 2002 at 7:12 pm -
If I've got something like "...AND citation ~ 'x[0-9]*'..." in my query, is there any way to extract the portion that matched? In many languages if you surround with parentheses the part of the ...
Cindy
Sep 16, 2002 at 7:04 pm
Jan 28, 2003 at 8:26 am -
Morning all ... Just a quick announcement that 7.3Beta2 is now up and available for download. This beta requires a dump/reload from the pervious one, as several of the fixes touch on the system ...
Marc G. Fournier
Sep 28, 2002 at 5:09 pm
Oct 1, 2002 at 5:15 am -
This selection is more fast in ingres vs postgres Ingres 6.4 0.04 sec Postgres 7.2 0.42 sec select titolo,id,anno from ircalend where anno=2002 and id in(select distinct(idcalend) from ircalend_3) ...
Frank_lupo
Sep 13, 2002 at 4:35 pm
Sep 16, 2002 at 7:36 am -
Hello! I develop a web-site with cgi-s written in perl, which access PostgreSQL database.. In my scripts I have a sequence of selects. Is it faster to wrap them all in transaction ? Thanks in ...
Timur Irmatov
Sep 11, 2002 at 11:08 am
Sep 11, 2002 at 9:04 pm
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 345 |
posts | 1,401 |
users | 301 |
website | postgresql.org |
irc | #postgresql |
301 users for September 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)