Search Discussions
-
http://www.zabbix.com/manual/v1.1/install.php in section PostgreSQL vs MySQL : [quoting] Regarding the choice between PostgreSQL and MySQL, MySQL is recommended for several reasons: * MySQL is faster ...
Merlin Moncure
Oct 10, 2006 at 5:56 pm
Oct 17, 2006 at 8:43 pm -
Hello, I think I'm about to ask a traditional (almost religious) question, but I haven't been able to find a crystal clear answer in the mailing lists so far. Thus, here is my question: I need to ...
TIJod
Oct 4, 2006 at 10:03 am
Jun 28, 2007 at 12:42 am -
While all the talk of a hinting system over in hackers and perform is good, and I have a few queries that could live with a simple hint system pop up now and again, I keep thinking that a query ...
Scott Marlowe
Oct 12, 2006 at 8:32 pm
Oct 17, 2006 at 6:53 pm -
Hello, I am running into this limitation ALOT with Tsearch2. What are my options to get around it. Do I have to compile PostgreSQL with a different block size? If yes, what are the downsides to doing ...
Joshua D. Drake
Oct 25, 2006 at 10:46 pm
Nov 3, 2006 at 6:03 pm -
Hi all, i have a Tomcat application with PostgreSQL 8.1.4 running which performs about 10000 inserts/deletes every 2-4 minutes and updates on a database and after some hours of loadtesting the top ...
Peter Bauer
Oct 1, 2006 at 6:29 am
Oct 10, 2006 at 5:49 am -
I am trying to perform a complete dump of my database. However, I am getting an error when pg_dumpall reaches one particular database. I reformatted the text so that it wouldn't get chopped to pieces ...
Richard Broersma Jr
Oct 26, 2006 at 3:07 am
Oct 27, 2006 at 9:28 pm -
I was just reading http://www.opencrx.org/faq.htm where RDBMS engines are one of the questions and see pgsql bashed sentence after sentence. Can anyone offer any insight as to weather it's fact or ...
Tomi NA
Oct 7, 2006 at 6:06 pm
Oct 24, 2006 at 3:49 pm -
Its always said that don't kill -9 postmaster. Whats the reason not to do it. Why is it so strictly prohibited? Thanks, ~Harpreet.
Harpreet Dhaliwal
Oct 20, 2006 at 9:00 am
Oct 22, 2006 at 1:55 am -
Can someone please provide a bit of information where the following error is coming from? This is PG 8.1.3 on AIX 5.3 LOG: could not bind socket for statistics collector: Permission denied LOG: ...
Brad Nicholson
Oct 18, 2006 at 3:00 pm
Oct 19, 2006 at 5:28 pm -
Hi all, we are struggling for some time now with PostgreSQL 8.1.4 and the situation is pretty critical so please help with whatever comes to your mind. We even did an upgrade from version 7.4.13, ...
Peter Bauer
Oct 19, 2006 at 11:58 am
Oct 23, 2006 at 7:43 am -
Hello! One important use case in my libpq based application (PostgreSQL 8.1.4) is a sort of massive data loading. Currently it is implemented as a series of plain normal INSERTs (binary form of ...
Ilja Golshtein
Oct 18, 2006 at 6:11 am
Oct 18, 2006 at 6:46 pm -
Hi I'm running 7.4 on RHAS 4, and I think I've had a transaction id wraparound issue. Running the command below gives the suitably worrying negative number: emystery=# SELECT datname, ...
Shane Wright
Oct 24, 2006 at 6:15 am
Oct 24, 2006 at 3:24 pm -
Does anyone know of any work being done to get wordpress ported to PostgreSQL? My search on the web finds emails from March of this year concerning some ppl more or less "looking into it", but I ...
Marc G. Fournier
Oct 22, 2006 at 3:00 am
Oct 30, 2006 at 3:16 pm -
Hi, here are my tables table name { id integer primary key first_name text, middle_name text, last_name text } table address { id integer primary key number int, street text, city text, state text } ...
Quickcur
Oct 11, 2006 at 4:51 am
Oct 18, 2006 at 8:46 pm -
Hi everyone, I am searching for the easiest way to let PostgreSQL parse a special dialect of SQL. The dialect I want to parse augments common SQL in a way that enables expressions within a WHERE ...
Matthias Lüdtke
Oct 27, 2006 at 6:12 pm
Oct 30, 2006 at 1:10 am -
Can we convert from Postgres to Oracle !!???
Sandeep Kumar Jakkaraju
Oct 17, 2006 at 8:51 am
Oct 27, 2006 at 5:51 pm -
To make a long story short lets just say that I had a bit of a hardware failure recently. If I got an error like this when trying to dump a db from the mangled data directory is it safe to say it's ...
Rick Gigger
Oct 19, 2006 at 1:04 am
Oct 24, 2006 at 4:22 am -
12
UTF-8
Hello! I'm using PgSQL for a 3 years for web applications, but not only. But the main problem is in encoding. My web applications are used by international (mostly 3 languages: latvian (LATIN7), ...Martins Mihailovs
Oct 6, 2006 at 10:10 am
Oct 13, 2006 at 5:22 pm -
Moving to -general. Is there a reason you're not using 8.1.4? 8.0 was the first windows release, and as such there's a number of issues that were improved in 8.1. You should at least be using the ...
Jim C. Nasby
Oct 10, 2006 at 2:16 pm
Oct 11, 2006 at 2:00 am -
I'm running postgres 8.0.8. I have a table that is updated very rapidly, so I vacuum it every 10 minutes. The problem is that I sometimes have transactions that hang out for a long time without doing ...
Joseph Shraibman
Oct 19, 2006 at 8:19 pm
Jan 31, 2007 at 4:09 am -
Hi, I'm new to postgresql and I'm looking for references and books. We are usually coding in php/C. Can somebody recommend me good books which covers Postgresql 8.x? Which one is worth from following ...
Ganbold
Oct 30, 2006 at 2:30 am
Oct 31, 2006 at 4:59 am -
Hello, I have a table like this: create table dummy (value integer primary key); and I insert a row like this insert into dummy values(0); then I want to insert three rows: insert into dummy ...
Jean-Christophe Roux
Oct 20, 2006 at 3:02 pm
Oct 27, 2006 at 2:49 pm -
We're looking to upgrade from 7.4 - should we go to 8.1.5 or 8.2? We have two databases; 7.4.6 and 7.4.11 in a master slave config using Slony. Both databases use the C locale with UTF-8 encoding on ...
John Sidney-Woollett
Oct 20, 2006 at 3:08 pm
Oct 20, 2006 at 9:28 pm -
Hello, I've got a failing sql-Script that I execute with the psql command. The Script contains: ----------------------------8<----------------------------- SET CLIENT_ENCODING = 'LATIN1'; (Some other ...
Stefan Sassenberg
Oct 17, 2006 at 11:11 am
Oct 18, 2006 at 5:41 pm -
10
PostGIS
Can anyone point me to an overview of PostGIS and how it is being used??? Bob PawleyBob Pawley
Oct 19, 2006 at 3:09 pm
Nov 4, 2006 at 4:19 am -
Hi Has anybody got any expierience with PITR recovery under Windows. PostgreSQL just doesn't seem to copy the WAL Files to the acrive location. We have done the initial backup and the first wal file ...
Tim Tassonis
Oct 30, 2006 at 4:01 pm
Oct 31, 2006 at 5:18 pm -
Hello, Command Prompt has been teaching alot of classes lately, and one of the questions that I received recently was: What is the use case for a READ ONLY transaction? I haven't been able to come up ...
Joshua D. Drake
Oct 14, 2006 at 6:34 pm
Oct 16, 2006 at 5:54 am -
Hi, I have set up a postgreSQL on a x86 Solaris 10 box with compiling the source code 8.1.4. My application is need to store the characters encoding with GB18030 or GBK. My Solaris box is installed ...
Stevegy
Oct 3, 2006 at 9:01 am
Oct 8, 2006 at 12:19 pm -
Hey guys, I have a question regarding the ISO 8601 week date format. Outputting dates in this format seems to be partially supported, and rather inconsistent. The documentation for to_char() lists ...
Brendan Jurd
Oct 2, 2006 at 3:14 am
Nov 23, 2006 at 3:26 pm -
Hi, Is there a problem on the mail lists? I've been getting these messages for a couple of days, one for each and every message that is posted to the pgsql-es-ayuda list. It says "executed with ...
Alvaro Herrera
Oct 27, 2006 at 3:25 pm
Oct 28, 2006 at 5:40 pm -
Hi all, I am using a Fedora Core 5 system. I want to know what is the default username password for PostgreSQL, which was installed with FC5. :) Purusothaman A
Purusothaman A
Oct 27, 2006 at 9:16 am
Oct 27, 2006 at 11:28 am -
I'm writing some stored procedures in pl/pgsql for a database using postgresql 7.4.7. I need to write a complex function with 65 arguments, but when I try to run it I get an error complaining that ...
Ottavio Campana
Oct 26, 2006 at 5:32 pm
Oct 26, 2006 at 7:55 pm -
Hi everybody! I ask you for your help on a problem I have. I have a postgresql 7.4 running on a dual 4 GB RAM server, but I have some VERY memory intense queries, that put processor up to 40%. I see ...
Adrian Suciu
Oct 16, 2006 at 3:41 pm
Oct 18, 2006 at 11:37 pm -
Hi I would like to know that what can be the maximum size of database in postgres 8.1.4. Currently my database size is 37GB & its pretty slow. I wonder if its b'cos of huge amount of data in it. ...
Roopa perumalraja
Oct 18, 2006 at 2:26 am
Oct 18, 2006 at 6:04 pm -
Is there any good documentation, example, tutorial, pamphlet, discussion... to exploit pg features to obtain "polymorphic" behavior without renouncing to referential integrity? Inheritance seems ...
Ivan Sergio Borgonovo
Oct 6, 2006 at 9:09 pm
Oct 17, 2006 at 9:25 pm -
Pgsql 8.1.4. I want return custom type from function as row, not as values in brackets (1,2). I have following type and function: CREATE TYPE new_item_return_type AS (item_id bigint, last_update ...
Joe Kramer
Oct 11, 2006 at 3:26 pm
Oct 11, 2006 at 9:27 pm -
Hi, I'm trying to start my postgres server using # pg_ctl start -D /usr/local/pgsql/abc and get an error like: invalid data in PID file "/usr/local/pgsql/abc/postmaster.pid" can anyone comment whats ...
J S B
Oct 11, 2006 at 6:51 pm
Oct 11, 2006 at 8:29 pm -
Hi all, I have installed postgresql(8.1.4) data dir on a partition (/data) which rests on a separate disk from OS disk. The install dir is default (usr/local/pgsql). Now when i use use pgbench with ...
Km
Oct 6, 2006 at 1:32 pm
Oct 6, 2006 at 3:05 pm -
Hi all, I am (re)writing a backup program and I want to add a section for backing up pSQL DBs. In the planning steps (making sure a given destination has enough space) I try to calculate how much ...
Madison Kelly
Oct 2, 2006 at 8:37 pm
Oct 3, 2006 at 12:05 am -
Hi all, I have a little problem. I have an .sql file ( db dump ) and i want to import it to postgres on linux. Does anyone know how i can do it? thnx a lot mates --------------------------------- We ...
Antonios Katsikadamos
Oct 31, 2006 at 8:27 am
Nov 2, 2006 at 3:44 pm -
How widespread is the use of PostgreSQL on Solaris? I am beginning to sense that community support is not currently very strong on this platform, and that pgsql may not be the best candidate for my ...
Vodhner
Oct 31, 2006 at 5:44 pm
Nov 1, 2006 at 7:33 pm -
I was looking through the various contrib packages and pgfoundry projects. I noticed that many of them are GPL like PostGIS or LGPL like Npgsql. I have questions. If you make create a PostgreSQL ...
Karen Hill
Oct 20, 2006 at 6:30 pm
Oct 20, 2006 at 8:42 pm -
I am looking for a *fast* backup/restore tools for Postgres. I've found the current used tools pg_dump and pg_restore to be very slow on large databases (~30-40GB). Restore takes time in the tune of ...
Gandalf
Oct 16, 2006 at 10:59 am
Oct 18, 2006 at 9:07 pm -
Hello all, I have user information in a table that I want to use to add users to the user roles tables that are part of postgresql. My question is this: the passwords in my user table are in there as ...
DEV
Oct 17, 2006 at 2:42 pm
Oct 17, 2006 at 10:06 pm -
I'm trying to create a new tablespace in a directory that postgres owns, but PG says it cannot set permissions on this directory. [root@localhost ~]# su - postgres -bash-3.1$ mkdir ...
Andras Simon
Oct 17, 2006 at 1:06 am
Oct 17, 2006 at 1:29 pm -
Hi, I don´t know why the developers build in this way... but let me change a little bit my question. I´ve executed tree to_date functions but they give a strange answer for date 16/10/2006 ...
Carlos H. Reimer
Oct 16, 2006 at 5:08 pm
Oct 17, 2006 at 2:02 am -
Is there a utility that could update/merge functions/views from a postgresql dump to an existing db?
Jan Cruz
Oct 11, 2006 at 6:59 am
Oct 16, 2006 at 12:48 am -
Hi, I get this error when accessing the postgresl database -- any ideas? What should I look at? I can query all of the other tables in the database, just not the email_queue table. Weird! Thanks in ...
Mark Greenbank
Oct 6, 2006 at 3:03 pm
Oct 6, 2006 at 6:34 pm -
I had 8.1.4 i386 installed from the FC5 repository. To upgrade to 8.1.5 I downloaded the srpm from pgsql mirrors and rebuilt it for i686. Then installed the 8 resulting rpms with yum update from a ...
Clodoaldo Pinto Neto
Oct 27, 2006 at 3:08 pm
Oct 27, 2006 at 10:04 pm -
Hello all! I have databases of sizes ranging from 30-60GB that have to be backed-up and restored. I want to reduce the pg_dump and pg_restore times for the same. Can someone throw some light on how ...
C.M. Shivkumar
Oct 26, 2006 at 5:10 am
Oct 27, 2006 at 9:28 am
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 305 |
posts | 1,571 |
users | 358 |
website | postgresql.org |
irc | #postgresql |
358 users for October 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)