Search Discussions
-
I've been following a few blogs (http://database-programmer.blogspot.com/, http://thehelsinkideclaration.blogspot.com/) that make a very compelling argument, in my opinion, to move as much ...
Karl Nack
Jul 22, 2011 at 7:21 pm
Jul 28, 2011 at 4:54 am -
I was doing postgresql streaming replication, which was fine when two machine in the same datecenter. but recently I was planning to deploy new slave at a different datecent, the latency between the ...
Yan Chunlu
Jul 23, 2011 at 12:50 pm
Jul 25, 2011 at 6:08 pm -
Hi, The configuration information is listed at the end. I met this problem last weekend. The presentation was that, the db locks became enormous, up to 8.3k, and the db hanged there. About half an ...
Tony Wang
Jul 12, 2011 at 4:53 pm
Jul 15, 2011 at 1:38 pm -
I have a function that creates a temp table, populate it with results during intermediate processing, and reads from it at the end. When the transaction is marked as read only, it does not allow ...
Mike beeper
Jul 7, 2011 at 4:01 pm
Jul 12, 2011 at 10:12 am -
I am having problems importing a CSV file of sample data for testing in a web app. Columns & Types ------------------- zip_code - text lattitude - float8 longitude - float8 city - text state - text ...
Bryan Nelson
Jul 15, 2011 at 4:11 pm
Jul 15, 2011 at 7:37 pm -
I need an eval function that will evaluate a valid SQL expression and return the value. I've seen variations of this asked before with no real answer. I wrote a function to handle it, but it looks ...
Sim Zacks
Jul 28, 2011 at 11:18 am
Aug 1, 2011 at 1:20 am -
I'm having difficulty finding the correct syntax to modify an existing table. The modification is to add two columns, each a foreign reference to the two key columns of another table. The other ...
Rich Shepard
Jul 7, 2011 at 5:40 pm
Jul 8, 2011 at 12:39 am -
Hi everybody: I searched the web trying to find an answer to this, but found none. I have a postgresql server and a database, and I granted access to some users. However I want them to access the ...
Mario Puntin
Jul 24, 2011 at 9:36 pm
Jul 25, 2011 at 3:43 pm -
We have a process that we successfully ran on virtually identical databases. The process completed fine on a machine with 8 gig of memory. The process fails when run on another machine that has 16 ...
Geoffrey Myers
Jul 3, 2011 at 10:00 am
Jul 6, 2011 at 1:32 am -
I'm about to buy a new desktop home computer and my main concern is best Poker Tracker performance. Poker Tracker uses PostgreSQL so I thought this will be the best place to ask. My DB is big, around ...
Mdxxd
Jul 18, 2011 at 1:38 am
Oct 5, 2012 at 3:45 am -
setup: ==== drop table if exists t1; create table t1 (f1 int); create unique index uix_t1 on t1(f1) ; insert into t1(f1) values (1), (2), (3); select * from t1; f1 --- 1 2 3 test statement: ...
Shianmiin
Jul 18, 2011 at 10:18 pm
Jul 20, 2011 at 5:06 pm -
Hi, I have a delete query taking 7.2G of ram (and counting) but I do not understant why so much memory is necessary. The server has 12G, and I'm afraid it'll go into swap. Using postgres 8.3.14. I'm ...
Vincent dephily
Jul 7, 2011 at 2:00 pm
Jul 8, 2011 at 1:37 pm -
Hi all, I am experimenting with (synchronous) streaming replication on postgresql 9.1 beta 2 and am having performance problems. I have initially set up an (asynchronous) streaming replication master ...
David Hartveld
Jul 6, 2011 at 3:54 pm
Jul 8, 2011 at 10:26 am -
Hi, I am using postgresql on Glassfish server and I have EJB 3.0 for ORM. I am trying to run a query in PSQL but receiving following error: Local Exception Stack: Exception [EclipseLink-4002] ...
Deniz Atak
Jul 30, 2011 at 9:01 am
Aug 1, 2011 at 2:30 pm -
Why does this query succeed: select count(*) from tablename where xmin = 2 while this query fails: select count(*) from tablename where xmin != 2 The latter will generate an error message (using ...
Michael Nolan
Jul 28, 2011 at 4:40 pm
Jul 28, 2011 at 11:53 pm -
Hello, suppose the following scenario the car speed is 240 the car has an airbag Here the first value is integer and the second value is boolean. Consider that I have this table structure feature ...
Salah jubeh
Jul 26, 2011 at 5:02 pm
Jul 27, 2011 at 9:49 am -
Hi Everybody, We want to monitor the performance of PostGRE database. Could anyone please suggest any tools tried/working successfully... 1. We want AWR kind of report in Postgres 2. We would like to ...
BangarRaju Vadapalli
Jul 6, 2011 at 8:58 am
Jul 11, 2011 at 6:09 pm -
Hi I'm doing a restore into Postgresql 8.4, postgis 1.5.1 and I'm getting the following error when it creates the below function: pg_restore: creating FUNCTION _get_buffer(geometry, double precision, ...
Rebecca Clarke
Jul 20, 2011 at 10:41 am
Jul 21, 2011 at 1:54 pm -
This is basically exactly the same as http://archives.postgresql.org/pgsql-sql/2008-10/msg00009.php; I'm just asking again, to see if thinking on the problem has changed: The basic problem, restated, ...
Daniel Farina
Jul 5, 2011 at 12:40 am
Jul 6, 2011 at 1:23 am -
Hi all - Are there any open source tools available for migrating from oracle to postgres. We have 20 tables in oracles that we needed to get to postgres. Appreciate your help Regards
Akp geek
Jul 7, 2011 at 1:55 pm
Jul 7, 2011 at 4:29 pm -
Greetings I'd like to INSERT data into my Postgresql 8.4.8 table directly from an ODBC-linked MS-SQL table or view. I'm looking at using the Cybertec tool "ODBC-LINK" ...
Jonathan Brinkman
Jul 4, 2011 at 9:16 pm
Jul 6, 2011 at 12:53 am -
I've examined the 9.0 manual page on alter table without seeing how to add a foreign key constraint to a column. I needed to make changes on a couple of existing tables which could be accomplished ...
Rich Shepard
Jul 1, 2011 at 9:00 pm
Jul 2, 2011 at 10:32 am -
Hello, I'm testing PostgreSQL full-text search on a table containing 1.000.000 documents. Document average length is 5.700 chars. Performance is good and very similar to what I can get with Xapian if ...
Nicolas Grilly
Jul 12, 2011 at 6:47 pm
Mar 7, 2012 at 6:52 pm -
Hi, I have repmgr working to some degree on a couple of servers, but am having trouble with the "register" part on the slave. On the master, I run: # repmgr -f /etc/repmgr/validator/repmgr.conf \ ...
Toby Corkindale
Jul 27, 2011 at 9:36 am
Aug 2, 2011 at 2:16 am -
A coworker of mine* was looking for a way to quickly and easily be able to tell which tables were referencing particular table(s) she wanted to load (for unit testing). Using the examples from David ...
Bricklen
Jul 29, 2011 at 10:46 pm
Jul 31, 2011 at 10:53 am -
Hello All, I've faced with the following problem: I'm trying to implement the auto start of postgres. My way is to use inittab: pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster ...
Gavrina, Irina
Jul 20, 2011 at 11:21 am
Jul 29, 2011 at 2:01 pm -
Hello all, I'm new to pgsql and I'm taking over for a project manager that left the company. I'm receiving the following error... CONTEXT: writing block 614 of relation 394198/412175 WARNING: could ...
Mcleod, John
Jul 25, 2011 at 8:08 pm
Jul 26, 2011 at 2:05 pm -
hello to all i would like your help in the following matter - we have 2 identical databases. the 1st was built from scratch while the 2nd was 'restored' from a dump of another database (without the ...
MirrorX
Jul 23, 2011 at 6:29 pm
Jul 25, 2011 at 10:02 am -
Sometimes per week server stops randomly responding for approx 5 minutes. User should wait for 5 minutes before server responds. Other users can work normally at same time. Monday this happens at ...
Andrus
Jul 13, 2011 at 10:59 am
Jul 13, 2011 at 5:02 pm -
http://gigaom.com/cloud/facebook-trapped-in-mysql-fate-worse-than-death/ How would PG stack up in a usage situation like this?
Gauthier, Dave
Jul 11, 2011 at 7:51 pm
Mar 14, 2012 at 7:39 am -
Hello all, I am trying out PostgreSQL 9.1 Beta 3. In particular, I am very interested in WITH x AS (...) construction. drop table if exists t; create table t ( identifier serial, title text ); with c ...
Peter V
Jul 27, 2011 at 8:18 pm
Jul 28, 2011 at 3:47 am -
Here's what I want to do: I have a master table that has 2 columns: idcol1 and idcol2, where idcol2 is equivalent to idcol1 Table: color_eq idcol1 idcol2 1 1 2 2 2 3 Table: warehouse idcol qty 1 10 2 ...
Pablo Romero Abiti
Jul 22, 2011 at 8:02 pm
Jul 24, 2011 at 1:55 pm -
I'm not sure to whom this specifically should be addressed, but something that's been bugging me for a while: announcements like this morning's "AnySQL Maestro 11.7 released", where the announcement ...
Scott Ribe
Jul 19, 2011 at 4:44 pm
Jul 20, 2011 at 9:57 pm -
Hi, I am currently testing pg_upgrade (in copy mode) to migrate a 8.4.4 old cluster to a new 9.0.3 one. It runs fine except when databases contain tablespaces $pg_upgrade -d /pgqdata/pgserver01/data ...
Olivier LEVESQUE
Jul 1, 2011 at 2:25 pm
Jul 18, 2011 at 9:43 pm -
The following query seems to take ages despite the EXPLAIN stating that an index is used.Also, the condition (WHERE t.mid = q.mid) should be a one-to-one mapping, should it not? In this case the ...
- -
Jul 16, 2011 at 10:32 am
Jul 16, 2011 at 11:40 pm -
I am getting the following error message in my Drupal install. PDOException: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied for sequence currenttest_id_seq: INSERT INTO ...
Dave Coventry
Jul 7, 2011 at 5:03 pm
Jul 8, 2011 at 7:14 am -
Hi,I statically compiled my postgres and I got the following message when I ran initdb: creating conversions ... FATAL: could not load library "/usr/local/pgsql/lib/ascii_and_mic.so": ...
Mona attariyan
Jul 1, 2011 at 7:28 am
Jul 3, 2011 at 9:57 pm -
Hi list After installing PostgreSQL (8.4.8-1) from: http://www.enterprisedb.com/products-services-training/pgdownload#osx on OSX Lion, when running psql I get the following error: dyld: Library not ...
Sean Moss-Pultz
Jul 24, 2011 at 5:42 am
Jun 14, 2012 at 8:44 am -
Hi, In the repmgr README, it suggests configuration should include: archive_mode = on archive_command = 'cd .' Could someone explain why we need archive_mode enabled? In my own testing of Pg's ...
Toby Corkindale
Jul 29, 2011 at 8:12 am
Aug 1, 2011 at 9:20 am -
I ran the same tests in SQL Server 2008R2, Oracle10 and PostgreSQL 9.0.4 and found something interesting... set up ===== drop table t1 create table t1 (f1 varchar(100)) insert into t1 (f1) values ...
Samuel Hwang
Jul 22, 2011 at 5:13 pm
Jul 25, 2011 at 8:43 pm -
Hi All, please let me know what is the maximum number of concurrent client connection supported by Postgres 8.4.6 max_connections = ???? For my database, If I am running the test for more then 1000 ...
Jenish Vyas
Jul 21, 2011 at 10:01 am
Jul 22, 2011 at 9:59 am -
Hi, Is it possible to set an alarm within a PL/pgSQL function? By "alarm" I mean a function which is invoked some defined time in the future, even after the original function has terminated and ...
Jon Smark
Jul 18, 2011 at 9:39 pm
Jul 21, 2011 at 9:37 am -
Programmer ( Postgres), Milwaukee - offsite-Remote - onsite We are looking for Postgres skilled programmer with the following skills: Skills: Strong in Postgres SQl , Set up of database, Linux RDBMS ...
MS Rao
Jul 18, 2011 at 10:01 pm
Jul 20, 2011 at 9:03 am -
Hello all, I developed a C function which returns a record. The record contains 3 scalar values and 2 arrays. Randomly some record elements are null and I wonder why. I could trace down the problem ...
Gregor Trefs
Jul 15, 2011 at 8:55 am
Jul 19, 2011 at 3:18 pm -
Hello, In http://www.postgresql.org/docs/8.4/static/xfunc-c.html, there is a missing include to the utils/geo_decls.h which leads to compilation errors. i.e #include "utils/geo_decls.h" needs to be ...
Salah jubeh
Jul 7, 2011 at 1:56 pm
Jul 18, 2011 at 9:25 pm -
Hi all, I moved a few clusters from 8.4 to 9.0 since I required the new way of authenticating against LDAP (or, in my case, AD). Now, I found the new database version introduced permissions on large ...
Giuseppe Sacco
Jul 13, 2011 at 8:30 am
Jul 15, 2011 at 9:39 am -
I have three tables. traffic, sales and dates. Both the traffic table and the sales table has multiple entries per date with each row representing the date, some subdivision, and the total. For ...
Tim Uckun
Jul 12, 2011 at 2:53 am
Jul 12, 2011 at 10:47 pm -
Hi all; I started trying to use table partitioning to handle a rather odd case in the software I am working on. I ran into an issue (one I can correct in my code) that strikes me as extremely ...
Chris Travers
Jul 9, 2011 at 12:59 pm
Jul 9, 2011 at 3:27 pm -
I'm trying to setup wal archiving to a secondary computer on OSX 10.6.5 using postgres 9.0.3. Here are my settings in postgresql.conf on the primary box: wal_level = archive archive_mode = on ...
Joe Lester
Jul 7, 2011 at 4:29 am
Jul 8, 2011 at 3:16 am
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 168 |
posts | 906 |
users | 247 |
website | postgresql.org |
irc | #postgresql |
247 users for July 2011
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)