Search Discussions
-
Hi! I was trying to solve a problem on an old system and realized that there might be some better approach for doing what I need. We have some documents that need to be ordered sequentially and ...
Jorge Godoy
Aug 11, 2006 at 11:33 pm
Aug 21, 2006 at 11:08 pm -
Hi, I'm trying to connect to postgres database in a distributed environment, say from machine X to Machine Y (Machine Y has postgres DB) How should my connection string look like in a program in ...
Harpreet Dhaliwal
Aug 9, 2006 at 3:02 pm
Aug 19, 2006 at 2:34 pm -
I noticed that Majordomo drops the second and subsequent lines of a Subject: line in message before dispatching for some reason. It has done this for some time; I noticed it some time ago in ...
Alvaro Herrera
Aug 23, 2006 at 2:21 pm
Sep 22, 2006 at 2:23 pm -
please unsubscribe from this thank u
Rama krishna
Aug 30, 2006 at 3:09 pm
Sep 21, 2006 at 9:24 am -
Is there a trick to make this work a bit faster? We have a number of views that join tables, and we have queries that join those views. Some relatively large tables are involved. We added indexes ...
Alban Hertroys
Aug 21, 2006 at 4:48 pm
Aug 23, 2006 at 12:51 pm -
Hi All I have a basic problem that I hope can be addressed. I need to insert data from one table into three other tables. I attempted the following format. CREATE OR REPLACE FUNCTION p_id_monitor() ...
Bob Pawley
Aug 18, 2006 at 4:29 pm
Aug 26, 2006 at 8:55 pm -
Hi, I'm using ECPG and trying to do follwoing insert in one of the talbes. insert into raw_email ( id , raw_email ) values ( 1 , :ch); ch is an array and defined as follows: EXEC SQL BEGIN DECLARE ...
Jasbinder Bali
Aug 16, 2006 at 3:56 am
Aug 18, 2006 at 1:19 am -
Hello, I have been looking at the migration of Gborg lately. It looks like the only two active projects on that site are Slony, and pljava. Libpqxx has recently moved to their own Trac site. I would ...
Joshua D. Drake
Aug 27, 2006 at 4:23 am
Sep 3, 2006 at 5:23 pm -
I have an application that does aggresive caching of data pulled from the database, it even keeps the objects cached between transactions. Normally this works very well and when the cache is warmed ...
Flemming Frandsen
Aug 1, 2006 at 5:17 pm
Aug 4, 2006 at 9:32 am -
Hi, I have a function in which i dynamicall load my shared object and the function definition is as follows: ---------------------------------------------------- CREATE OR REPLACE FUNCTION ...
Jasbinder Bali
Aug 24, 2006 at 5:04 am
Aug 29, 2006 at 5:38 pm -
You mean for implementing stored procedures? I'd say that the answer varies depending on what the stored proc is for. - If it needs to do "text munging," then one of {Perl|Python|Tcl} seem ...
Chris Browne
Aug 2, 2006 at 3:05 am
Aug 4, 2006 at 1:29 pm -
I'm considering migrating our MySQL 4.1 database (barf!) to PostgreSQL 8 or MySQL 5. The guy who originally designed the system made all the number data FLOATs, even for currency items. ...
Brandon Aiken
Aug 28, 2006 at 5:53 pm
Sep 2, 2006 at 6:13 am -
Hi, I'm running PostgreSQL version 8 on a dual 2.4GHz Xeon with 1GB of RAM and an IDE hard drive. My big table has around 9 million records. Is there a tuning parameter I can change to increase speed ...
Tom Laudeman
Aug 9, 2006 at 1:36 pm
Aug 11, 2006 at 4:40 pm -
http://newsvac.newsforge.com/newsvac/06/08/28/1738259.shtml Don't know the validity of this dvd order test they did, but the article claims Postgresql only did 120 OPM. Seems a little fishy to me. -- ...
Tony Caduto
Aug 28, 2006 at 8:32 pm
Aug 31, 2006 at 2:27 am -
17
Atomicity?
I am getting an error that I think I understand, but that I didn't think should happen. Below is the output from psql that I am getting to trigger this error. If the violation of the constraint ...Naz Gassiep
Aug 28, 2006 at 7:24 pm
Aug 29, 2006 at 4:00 pm -
I know that in pgsql.hackers they are discussing what to market the upcoming 8.2 release as. They mention updatable views, but realistically, PostgreSQL has had them via rules forever. I consider ...
Karen Hill
Aug 24, 2006 at 6:03 pm
Aug 25, 2006 at 11:45 pm -
How can I migrate a PostgreSQL database to MySQL or MS Access? Are there any tools available? -- View this message in context: ...
RPK
Aug 12, 2006 at 3:08 pm
Aug 18, 2006 at 6:29 pm -
Hi, I've got pg 8.1.4 from the binary Windows installer. Windows 2000 / German Now I entered "\d" into psql on the text-console and got this: db_test=# \d ERROR: invalid byte sequence for encoding ...
Andreas
Aug 23, 2006 at 8:57 pm
Sep 2, 2006 at 10:55 pm -
I have a .pgc file and i have the following code snippet in it: PG_FUNCTION_INFO_V1 (test); Datum test (PG_FUNCTION_ARGS) { EXEC SQL BEGIN DECLARE SECTION; int id = PG_GETARG_INT(0); char ...
Jasbinder Bali
Aug 30, 2006 at 4:25 am
Aug 30, 2006 at 10:21 am -
Postgres version: 8.1.3 I have a code similar to this pseudo-code: try { create temp table temp_report ...; ... do some processing using this table... drop table temp_report; commit; } catch all ...
Csaba Nagy
Aug 31, 2006 at 2:59 pm
Sep 1, 2006 at 6:51 pm -
I thought some people in this group may find this letter from one of NetBSD's founders very interesting. http://mail-index.netbsd.org/netbsd-users/2006/08/30/0016.html It is current, to the point and ...
Joshua D. Drake
Aug 31, 2006 at 4:11 pm
Aug 31, 2006 at 7:35 pm -
Hi! I am about to install PostgreSQL on a minimal Linux system, where root is the only user that is allowed to exist. I would prefer to use a binary installer. Is it possible to install PostgreSQL ...
Fredrik Israelsson
Aug 30, 2006 at 7:46 am
Aug 30, 2006 at 6:51 pm -
Hi, I'm trying to use SPI for database connectivity at the server side. My database is intialized at /usr/local/pgsql/hps spi.h is at the follwoing location /usr/include/pgsql/server/executor. I have ...
Harpreet Dhaliwal
Aug 30, 2006 at 6:16 am
Aug 30, 2006 at 8:32 am -
Hi, I am getting strange results from the sum function as follows: corp=# select amount from acc_trans where trans_id=19721 and chart_id=10019; amount --------- 4.88 117.1 -121.98 (3 rows) corp=# ...
Andrew Baerg
Aug 29, 2006 at 5:17 pm
Aug 30, 2006 at 12:37 am -
11
WIN32 Build?
Hello all. I am trying to build postgres from the source on a WINXP system. I am using MSVC++.Net and I use the link with it to get to the command prompt. After I do that I run vcvars32.bat and the ...DEV
Aug 9, 2006 at 4:59 pm
Aug 9, 2006 at 11:12 pm -
10
pl/R problem
Hi list, Information first: gds2=# select version(); version ---------------------------------------------------------------------------------------------------------- PostgreSQL 8.1.4 on ...Don Isgitt
Aug 22, 2006 at 9:36 pm
Aug 23, 2006 at 8:31 pm -
Hello everyone How to use the full text index feature to search a lot of text on PostgreSQL 8.x? thank you~!
aBBISh
Aug 11, 2006 at 3:56 am
Aug 14, 2006 at 12:23 am -
Hi, I need your help/suggestions with a problem I am facing related to autovacuum. I am using PostgreSQL 8.1.2 through a JDBC connection. The connection is long lived (established when the ...
Sundar Narayanaswamy
Aug 1, 2006 at 3:03 pm
Aug 8, 2006 at 3:18 am -
Hi all, Is there a way to speed up the query to my 'grand total' logfile, constructed as a UNION of smaller (specialised) logfiles? Access to log1/log2 is quick (If I'm reading ANALYSE log correctly, ...
Rafal Pietrak
Aug 28, 2006 at 8:23 am
Aug 28, 2006 at 10:17 pm -
I've seen that some other people have had ERROR could not open relation with OID ### The suggested cause was somebody trying to drop a table in the middle of VACUUM. In my case, the error seems to be ...
Silvela, Jaime \(Exchange\)
Aug 23, 2006 at 5:54 pm
Aug 23, 2006 at 11:42 pm -
I am having problems with my libpq programs crashing. This seems to be a version incompatibility and I want to find out how to best proceed. My main database is running Fedora Core 5 with the ...
Bryan White
Aug 22, 2006 at 4:53 pm
Aug 23, 2006 at 3:38 pm -
In addition to making sure databases are vacuumed regularly, it is worth running REINDEX on tables that see a lot of updates (or insert/deletes). Running REINDEX on a regular basis will keep the ...
John Sidney-Woollett
Aug 3, 2006 at 10:42 pm
Aug 19, 2006 at 10:04 am -
I'm setting up PITR for a client and have a few questions. I have done some googling for real world archive_command examples and haven't really found anything. The example in the PGSQL Docs are ...
Matthew T. O'Connor
Aug 3, 2006 at 9:30 pm
Aug 19, 2006 at 3:48 am -
Hello everyone, First of all, thank you for integrating XPath in Postgresql. But, as you will see, this is a desperate cry for help: 1. the actual context: Postgresql 8.1.4, Fedora Core 5 DATABASE ...
Marian POPESCU
Aug 7, 2006 at 3:20 pm
Aug 8, 2006 at 9:21 am -
Last week I upgraded to postgresql 8.1.4 (YEAH!) In my database I have a view which concatenates three varchar fields to a new field. With postgresql 7.2.3 the field resulting from the concatenation ...
Margaretgillon
Aug 7, 2006 at 6:20 pm
Aug 7, 2006 at 7:36 pm -
Hi everyone, i have a table with around 57 million tuples, with the following columns: pid(varchar), crit(varchar), val1(varchar), val2(varchar). Example: pid crit val1 val2 p1 c1 x y p1 c2 x z p1 c3 ...
Christian Rengstl
Aug 3, 2006 at 8:13 am
Aug 3, 2006 at 10:30 am -
I have been having performance problems with my DB so this morning I added some config to log queries that take more than 250ms. The result is surprising because some queries will take as long as 10 ...
Matthew Schumacher
Aug 31, 2006 at 4:23 pm
Sep 8, 2006 at 4:07 pm -
Hello all, I want to use Tsearch2 for a current project I have but I can't seem to find a way to implement it on hebrew content. I found that there is an hebrew Ispell project and apparently I can ...
Yonatan Ben-Nes
Aug 30, 2006 at 4:45 pm
Sep 7, 2006 at 9:11 am -
This is a question on speeding up some type of queries. I have a very big table that catalogs measurements of some objects over time. Measurements can be of several (~10) types. It keeps the ...
Silvela, Jaime \(Exchange\)
Aug 25, 2006 at 10:35 pm
Aug 29, 2006 at 1:30 pm -
Hi, I'm trying the following CREATE LANGUAGE plperl before executing my functions written in perl but get the follwing error ERROR: could not access file "$libdir/plperl": No such file or directory ...
Harpreet Dhaliwal
Aug 28, 2006 at 5:27 am
Aug 28, 2006 at 5:27 pm -
Hi all, Using postgresql 8.1.4.... I have a table with an column: entry_date | timestamp with time zone| not null And when I try to create an index on it like so: create index entry_date_idx on ...
Arturo Pérez
Aug 21, 2006 at 9:26 pm
Aug 23, 2006 at 1:55 pm -
I recently tried to do something like the following BEGIN READONLY; ... CREATE TEMPORARY TABLE ABC AS SELECT ... ... COMMIT; and it failed because CREATE is not allowed within a read-only ...
Carl R. Brune
Aug 8, 2006 at 6:26 pm
Aug 12, 2006 at 3:10 pm -
Hi! I have a corrupt database that runs on Postgres 7.1.2. I was able to repair the database where I can now connect to the database and do queries. I have a migration plan to transfer my database to ...
Jonathan Vallar
Aug 3, 2006 at 9:59 am
Aug 9, 2006 at 12:07 am -
I'm doing some massive (internal company) applications using PHP, which query extensive PostgreSQL tables. This is fine, but obviously it often requires multiple web pages to get something done. ...
Paul M Foster
Aug 5, 2006 at 11:13 pm
Aug 7, 2006 at 8:05 pm -
Hi All, I'd like to cast a small 'feature request' here for discussion/ evaluation. The case is the following: When working on a new database application I quite frequently: ...
Rafal Pietrak
Aug 3, 2006 at 4:29 pm
Aug 4, 2006 at 7:23 pm -
http://news.zdnet.com/2100-3513_22-6100795.html -- Tony Caduto AM Software Design http://www.amsoftwaredesign.com Home of PG Lightning Admin for Postgresql Your best bet for Postgresql Administration
Tony Caduto
Aug 3, 2006 at 7:18 pm
Aug 4, 2006 at 2:42 pm -
Yesterday a consultant upgraded me from 7.3.4 to 8.1.4 on a RedHat 9 server. To make sure everything was okay we left the server so that both versions of Postgresql load. 7.3.4 loads on the default ...
Margaretgillon
Aug 2, 2006 at 8:47 pm
Aug 3, 2006 at 3:01 pm -
I need to be able to have postmaster (8.1.2) listen on more than one port, eg, 5432 and some other port, such as 5431. There does not appear to be a way to configure that. You can configure multiple ...
Michael Nolan
Aug 30, 2006 at 7:43 pm
Aug 31, 2006 at 3:57 pm -
Personal Hello all! I'm trying to install postgresql and I'm getting the following error; error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by postgresql-8.1.4-3PGDG libcrypto.so.4 is needed ...
Dennis Reaves
Aug 30, 2006 at 9:50 pm
Aug 31, 2006 at 1:52 am -
I installed and started PostgreSQL and it worked fine for days. Then I restarted my computer and now I can't start PostgreSQL ('pg_ctl -D pgdata -l pgdata/psql.log start'). Here's what's in my log: ...
CSN
Aug 29, 2006 at 1:36 am
Aug 29, 2006 at 11:40 pm
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 268 |
posts | 1,481 |
users | 327 |
website | postgresql.org |
irc | #postgresql |
327 users for August 2006
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)