Search Discussions
-
Hi, I am new to the mailing list (as a writer ... reading since a long time), but am using PostgreSQL in our company for quite some time now. Lately, we rolled out some new servers with vastly ...
Andras Fabian
Jul 9, 2010 at 11:54 am
Jul 18, 2010 at 2:39 pm -
hi, The question is very simple - which CMS/Shopping cart/Ecommerce solution are people using in conjunction with Postgresql ? Except for Drupal's partial support, I cant find any which has a ...
Sandeep Srinivasa
Jul 28, 2010 at 5:57 am
Aug 2, 2010 at 7:03 am -
Thanks to some very helpful input here in earlier threads, I was finally able to pull together a working prototype Full Text Search 'engine' on PostgreSQL and compare it directly to the way the ...
Howard Rogers
Jul 28, 2010 at 2:05 am
Aug 12, 2010 at 5:28 am -
Suppose 1=Red, 2=Yellow, 4=Green and 8=Orange. Now suppose the following data structures and rows exist: create table coloursample (recid integer, colour integer, descript varchar); insert into ...
Howard Rogers
Jul 21, 2010 at 4:05 am
Jul 23, 2010 at 4:52 pm -
We are implementing Nagios on Space Station and want to use PostgreSQL to store the data on orbit and then replicate that db on the ground. The problem is, most people use MySQL with Nagios. We need ...
Duncavage, Daniel P. (JSC-OD211)
Jul 13, 2010 at 4:35 pm
Jul 19, 2010 at 8:26 pm -
I can't figure out the correct syntax... I have this, but it just keeps complaining about the IF IF NOT EXISTS (SELECT table_name FROM information_schema.tables where table_name = 'post_codes') THEN ...
Jennifer Trey
Jul 19, 2010 at 4:33 pm
Jul 21, 2010 at 1:58 am -
Hello, I was trying to use GIN index, but the results seem be incorrect. 1. QUERY WITHOUT INDEX select count(*) from search_tab where (to_tsvector('german', keywords ) @@ to_tsquery('german', ...
Artur Dabrowski
Jul 15, 2010 at 1:10 pm
Jul 28, 2010 at 6:00 pm -
I'm building a national database of agricultural information and one of the layers is a bit more than a gigabyte per state. That's 1-2 million records per state, with a mult polygon geometry, and ...
Bill Thoen
Jul 28, 2010 at 4:56 pm
Jul 29, 2010 at 3:59 pm -
Hi, I went looking at why some of our queries using some custom functions were a bit sluggish. usercandoonobject(integer, integer, character, integer) does this: IF (isSuperuser(p_user_id)) THEN ...
Josip Rodin
Jul 9, 2010 at 2:42 pm
Jul 13, 2010 at 7:56 am -
Is there a way to find last checkpoint time via SQL command? I know I can grep xlogs by turning on log_checkpoints, but I'd prefer an SQL solution. -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, ...
Devrim Gündüz
Jul 20, 2010 at 7:24 pm
Aug 11, 2010 at 5:12 pm -
I've been using MySQL for years. I switched (er, mostly) to PostgreSQL recently because I need to use PostGIS. It is all working now for the most part, and PostGIS is absolutely wonderful. I run ...
Michael A. Peters
Jul 23, 2010 at 10:52 pm
Jul 25, 2010 at 3:59 pm -
Hi, Is it possible to configure postgres from SQL? I am interested in turning off fsync for a set of queries (that take ages to run) and then turn fsync back on again afterwards. Cheers, Tom
Tom Wilcox
Jul 12, 2010 at 1:29 pm
Jul 12, 2010 at 8:31 pm -
We need to locate all cities within a certain distance of a single city. We have longitude and latitude data for all cities. I was thinking postGIS was a viable solution, but I don't see a way to use ...
Geoffrey
Jul 21, 2010 at 1:01 pm
Jul 22, 2010 at 7:23 pm -
Hi all, Our project has been running for 10 years now. We have a large number of orphaned or redundant tables, views, and functions, due to many years of inadequate source management. We are running ...
Andrew Bartley
Jul 12, 2010 at 9:47 pm
Jul 15, 2010 at 9:02 am -
Hello people of the Postgresql world! I am wondering if Postgresql would a great choice for my database needs. I would like to create a db with dynamic data model. I would like to be able to add ...
Pierre Thibault
Jul 28, 2010 at 11:12 pm
Aug 3, 2010 at 5:29 pm -
Hi there. I have a huge database with several tables. Some tables have statistics information. And it's very huge. I don't want to loose any of this data. But hard drives on my single server are not ...
AlannY
Jul 26, 2010 at 11:02 am
Jul 26, 2010 at 9:10 pm -
Hi, the explanation of the --inserts option of pg_dumps states that "The --column-inserts option is safe against column order changes, though even slower." The way I read this is, that INSERT INTO ...
Thomas Kellerer
Jul 16, 2010 at 8:36 am
Jul 19, 2010 at 2:13 pm -
Is there a way to select a list of column values directly into an array? create table foo (col1 text); insert into foo (col1) values ('aaa'),('bbb'),('ccc'),('ddd'),('eee'); I'd like to load up an ...
Gauthier, Dave
Jul 27, 2010 at 1:03 pm
Jul 31, 2010 at 7:36 pm -
It seems no secret that a child table will not fire a trigger defined on it's parent table. Various posts comment on this. But nowhere could I find a reason for this. Now, I just wonder whether the ...
Davor J.
Jul 15, 2010 at 8:23 am
Jul 29, 2010 at 9:37 am -
Hi! I have a problem with the max postgres connections on SCO Openserver 5.0.7, so ...my boss decided to buy the SCO Openserver 6.0 but this version comes in 2 editions: Starter and Enterprise. If ...
Edmundo Robles L.
Jul 22, 2010 at 9:24 pm
Jul 25, 2010 at 5:14 am -
I think that something bad has happened to Fedora 13 this week. This morning when I tried the following: select dblink_connect('host=mbp user=levan dbname=levan password=xxxxxx') I got the following ...
Jerry LeVan
Jul 17, 2010 at 1:11 pm
Jul 17, 2010 at 10:37 pm -
Hello! I use Postgres 8.4.1 as service, with Windows 7. It seems to me the same situation will take place with Vista. I've notice that in some special cases PG uses folder %APPDATA% for Windows user ...
El dorado
Jul 7, 2010 at 8:30 am
Jul 8, 2010 at 8:43 pm -
I'd like to convert a small database to UTF8 before it becomes too large. I'm running on 8.3.x on Windows. It doesn't seem that pgAdmin has any native way of doing this, what's the easiest way to go ...
Mike Christensen
Jul 1, 2010 at 4:09 pm
Jul 1, 2010 at 5:14 pm -
Is there anyway to rescue data afer power off. I have postgres database version 8.3.9 on windows 2003. Yesterday my server is power off, when i start server, some of table is blank. Is there anyway ...
Tuanhoanganh
Jul 19, 2010 at 9:16 am
Jul 19, 2010 at 7:16 pm -
Hi, I'm trying pg_upgrade on my Windows installation and I have two suggestions for the manual regarding pg_upgrade: When specifying directories, pg_upgrade *requires* a forward slash as the path ...
Thomas Kellerer
Jul 12, 2010 at 9:30 pm
Jul 13, 2010 at 8:05 pm -
Hi, I am having some uncertainty while designing the following structure: I have two sets of data: * arqueology sites (can be natural): id name description id_category id_period x y * natural sites ...
Miguel Vaz
Jul 9, 2010 at 1:41 am
Jul 9, 2010 at 6:47 pm -
Hi, I'am using rules in views, but I'am not sure about how the rules work... let me explain... For example, I have this table: [code] CREATE TABLE "atau_utilizadores" ( "id" int4 NOT NULL, "group_id" ...
Andre Lopes
Jul 6, 2010 at 10:34 am
Jul 6, 2010 at 2:09 pm -
Hello! Can someone help me to develop a query? Things are more complex than this example, but with this simple example I can explain what I need and get an answer. Table: "diagnose_logs" Fields: - id ...
Pedro Zorzenon Neto
Jul 5, 2010 at 2:55 pm
Jul 6, 2010 at 5:39 am -
Hello Guys, We are trying to migrate from Oracle to Postgres. One of the major requirement of our database is the ability to generate XML feeds and some of our XML files are in the order of 500MB+. ...
Zeeshan Ghalib
Jul 5, 2010 at 10:19 am
Jul 5, 2010 at 3:49 pm -
Hi, I have a function, at the end I need to know if the INSERTS have run successfully or not. Here is the function: [code] CREATE OR REPLACE FUNCTION "apr_insert_utilizador_ap" (IN ppgroup_id int4, ...
Andre Lopes
Jul 4, 2010 at 10:02 am
Jul 5, 2010 at 1:29 am -
Hi, System information: - psql 8.4.4 on a client with CentOS 5.5 (64 bits) - postgres 8.4.4 on the server with CentOS 5.5 (64 bits) - the client is connected with vpn I have a script to create a ...
Gary Fu
Jul 22, 2010 at 9:25 pm
Jul 28, 2010 at 1:26 pm -
Hi all, I've noticed that an insert command with returning clause returns an empty result set if done on a master table. Instead the same insert with returning on partitioned tables works correctly. ...
Pdovera
Jul 20, 2010 at 2:06 pm
Jul 21, 2010 at 10:32 am -
Hi, I have a DUMP file with INSERT's commands. I need to import this data to postgresql database with the "psql" command. How can I do this task? Best Regards,
Andre Lopes
Jul 18, 2010 at 8:06 pm
Jul 18, 2010 at 11:10 pm -
Hi, I have two tables each with nearly 300M rows. There is a 1:1 relationship between the two tables and they are almost always joined together in queries. The first table has many columns, the ...
Joshua Rubin
Jul 13, 2010 at 9:24 pm
Jul 17, 2010 at 7:18 am -
I have 10 million rows in a table, with full text index created on one of the columns. I submit this query: ims=# select count(*) from search_rm ims-# where to_tsvector('english', textsearch) ims-# ...
Howard Rogers
Jul 15, 2010 at 11:20 pm
Jul 16, 2010 at 8:58 pm -
Hello. I propose 2 features for planner: 1. Planner will estimate 2 x statistics: time of query with cache empty and with cache filled. 2. Two levels of plannig: standard and long. Long planning may ...
Pasman Pasmański
Jul 13, 2010 at 11:49 am
Jul 15, 2010 at 9:59 am -
Hi All I am using a cluster setup with two nodes in it. Replication between two nodes is being done through slony. Postgres version is 8.1.2 and slony version is 1.1.5 . I am running an operation ...
Tamanna madaan
Jul 9, 2010 at 5:12 am
Jul 14, 2010 at 9:22 pm -
Hi all, We tend to do a lot of lookups on our database that look something like: select e.id from employee e ,app_user au where au.id=user_id and au.corporation_id=$1 and e.ssn is not null and ...
Anthony Presley
Jul 14, 2010 at 7:23 pm
Jul 14, 2010 at 9:00 pm -
Hello, I'm facing a strange problem where the optimizer does pick the wrong index. Im using postgres 8.4, and my schema look like this: client_id | character varying(36) | not null key | character ...
Martin Below
Jul 7, 2010 at 11:49 am
Jul 8, 2010 at 7:23 pm -
Hi, I need to use an Forum Software. There is any Open Souce Forum Script using PostgreSQL? Best Regards, André.
Andre Lopes
Jul 4, 2010 at 2:10 pm
Jul 4, 2010 at 3:51 pm -
Hi all. I'd like to convert an 8-bytes BYTEA into a BIGINT and possibly vice versa. Is there any way to do it? -- Vincenzo Romano NotOrAnd Information Technologies NON QVIETIS MARIBVS NAVTA PERITVS
Vincenzo Romano
Jul 26, 2010 at 9:32 am
Jul 27, 2010 at 9:35 am -
6
sql dump
Hi all, Is it possible to perform an SQL Dump without using pg_dump? I have a special case situation wherein my application has access to a remotely-hosted PG (8.3) database, but does not have access ...Scott Frankel
Jul 26, 2010 at 3:59 pm
Jul 26, 2010 at 5:19 pm -
I am working on shipping WAL files, can WAL files do one-to-many shipping? The target PG instances are running in the recovery mode waiting for the WAL files. also, once the target PG database ...
Steeles
Jul 23, 2010 at 4:29 pm
Jul 23, 2010 at 10:43 pm -
Hello, I have strange problem. I test/optimize my queries with EXPLAIN ANALYZE. I get for example: Total runtime: 40.794 ms But when I run query without EXPLAIN ANALYZE i get, for example: Time: ...
Piotr Gasidło
Jul 22, 2010 at 7:30 pm
Jul 23, 2010 at 12:47 pm -
Hi. It's not clear to me if the "simple" dictionary uses stopwords or not, does it? Can someone please post a complete description of what the "simple" dict. does? -- Andreas Joseph ...
Andreas Joseph Krogh
Jul 22, 2010 at 2:15 pm
Jul 22, 2010 at 7:38 pm -
Hi all, I'm bordering on insanity, trying to track down an IDLE in transaction problem. This started a few weeks ago, and we are using a Java application, running Spring 2.0, Hibernate 3.2 (with L2 ...
Anthony Presley
Jul 13, 2010 at 8:02 pm
Jul 15, 2010 at 4:58 pm -
Hi List, I have trouble using XPath name() function in a XML field. For example, when I execute the following query : SELECT XPATH('name(/*)', XMLPARSE(DOCUMENT '<unit value</unit ')) I would like to ...
Ced45
Jul 13, 2010 at 8:03 am
Jul 14, 2010 at 5:37 pm -
Hi lists ! We ran into a problem after restoring a database dump. Postgesql version is 8.4.3 on Win32. The tables are linked with psqlODBC (v8.03.0400) and have SERIAL primary keys (that's why I ...
Arnaud Lesauvage
Jul 6, 2010 at 10:02 am
Jul 7, 2010 at 7:41 am -
I belong to MANY email listservers, probably like all of us. All of them, I am on digest. The CONTENT from all of you contributors is superior, more mature, and more directly helpful than all the ...
Dennis Gearon
Jul 5, 2010 at 9:44 pm
Jul 7, 2010 at 2:51 am -
Hello, I've got a problem with user defined functions in C using SPI. Using: PostgreSQL 8.3.7, Codeblocks (GNU GCC Compiler), Windows Server 2003 R2 I compiled the file "pgExampleSPI.c" with the ...
Saitenheini
Jul 2, 2010 at 1:45 pm
Jul 2, 2010 at 3:52 pm
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 193 |
posts | 1,038 |
users | 274 |
website | postgresql.org |
irc | #postgresql |
274 users for July 2010
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)