Search Discussions
-
Hi, I have been trying to install 8.4 on my Vista without success. Earlier I'd tried to install 8.3 and that failed too. I tried installing these on other Vista machines and they failed too. I ...
Nikhil G. Daddikar
Apr 1, 2010 at 2:36 am
Apr 7, 2010 at 7:41 am -
I think I know what I plan to do, but want to throw this out there to see if there are differing points of view. I have a mailing list table, and 2 of the columns contain values which have to be from ...
Thom Brown
Apr 21, 2010 at 7:01 pm
May 4, 2010 at 2:50 pm -
Hi all. I'm wondering how efficient the inheritance can be. I'm using the constraint exclusion feature and for each child table (maybe but one) I have a proper CHECK constraint. How efficient can the ...
Vincenzo Romano
Apr 26, 2010 at 7:46 am
May 1, 2010 at 11:08 am -
I believe v9 will have native DB master/slave DB replication (correct if wrong). If so, what's the best guess on when will v9 be released? Thanks!
Gauthier, Dave
Apr 30, 2010 at 6:27 pm
May 3, 2010 at 7:13 pm -
Hello, I have a web application where users upload/share files. After file is uploaded it is copied to S3 and all subsequent downloads are done from there. So in a file's lifetime it's accessed only ...
Rod
Apr 27, 2010 at 8:42 am
Apr 29, 2010 at 7:45 pm -
I have compiled some C (pljava.c) for solaris sparc 64 bit, setup the LD_LIBRARY_PATH so postgres can find it, and try and load it. me=# CREATE FUNCTION sqlj.java_call_handler() RETURNS ...
John R Pierce
Apr 16, 2010 at 2:32 am
Apr 21, 2010 at 7:00 pm -
I have a query which is not giving me the result even after 30 minutes. I want to know how to detect what is going and what's wrong ? EXPLAIN query - gives me the following: controlsmartdb=# explain ...
Satish Burnwal (sburnwal)
Apr 13, 2010 at 12:58 pm
Apr 15, 2010 at 1:35 pm -
Dear All Experts, I am using in PostgreSQL 8.3.5 database on windows 64 bit OS. However, I have a batch program written in Java which processes the data and populates them into tables in Postgres ...
A Bhattacharya
Apr 27, 2010 at 8:27 am
Apr 29, 2010 at 11:57 pm -
I enter the identical command: select * from mesh_descriptors; using the psql command line and it works perfectly. The same command in a file produces an immediate syntax error: EFNWeb=# \i ...
John Gage
Apr 21, 2010 at 10:07 pm
Apr 25, 2010 at 1:01 am -
hi, Today is my first day looking at PostgreSQL I am looking to migrate a MS SQL DB to PostgreSQL :) :) My customer requires that DBMS shall support 4000 simultaneous requests Also the system to be ...
Jaime Rodriguez
Apr 29, 2010 at 1:14 am
Apr 30, 2010 at 2:07 am -
The tarball for 64bit 8.4.3 on Solaris Sparc is missing some ./pgxs/... files I seem to need to build pl/java. they exist in the 32bit version but at least of them, Makefile.global, appears quite ...
John R Pierce
Apr 15, 2010 at 5:00 pm
Apr 16, 2010 at 1:34 am -
Following a great deal of discussion, I'm pleased to announce that the PostgreSQL Core team has decided that the major theme for the 9.1 release, due in 2011, will be 'NoSQL'. There is a growing ...
Dave Page
Apr 1, 2010 at 8:13 am
Apr 1, 2010 at 5:26 pm -
Dear all, I've a problem but I search all the help file and can't find the solution. I want to track all action of a specify role on all or one schema in database. Can you help me? Thanks a lot and ...
Đỗ Ngọc Trí Cường
Apr 19, 2010 at 2:25 am
May 4, 2010 at 12:23 am -
If I open a bash terminal and type createlang -l, I get: JohnGage:~ johngage$ createlang -l -bash: createlang: command not found JohnGage:~ johngage$ psql -bash: psql: command not found as one can ...
John Gage
Apr 25, 2010 at 9:08 am
Apr 27, 2010 at 9:57 am -
Dears, Sorry to be a royal pain, but I cannot find it anywhere in the documentation: how many threads/CPU cores Postgres v. 8.4 can utilise? We're thinking about installing Postgres on a virtual ...
Piotr Kublicki
Apr 28, 2010 at 9:22 am
Apr 30, 2010 at 2:17 pm -
10
Writing SRF
Hello, I'm writing a SRF following the example from http://www.postgresql.org/docs/8.4/interactive/xfunc-c.html (section 34.9.10). In the example, in the code executed in first call, we get the ...Jorge Arevalo
Apr 28, 2010 at 4:26 pm
Apr 30, 2010 at 8:25 am -
Hi all - I would like to know, if there is a open source BI tool for creating reports against Postgres database ? appreciate your help Regards
Akp geek
Apr 27, 2010 at 4:33 pm
Apr 27, 2010 at 8:54 pm -
Hello, At the moment, users of my application, which runs on 8.4.3, may search for products in a way that is implemented roughly like this: SELECT * FROM products WHERE description ILIKE ...
Peter Geoghegan
Apr 5, 2010 at 7:10 pm
Apr 14, 2010 at 1:37 am -
Hi all, Monitoring "top" in database server , i could noticed an query with reserved 8GB on physical memory. select count(field) from big_table 1 inner join big_table2... There is the possibility of ...
Paulo matadr
Apr 7, 2010 at 2:11 pm
Apr 7, 2010 at 5:13 pm -
Hi chaps, I've just upgraded a server from 8.3 to 8.4, and when trying to use the parallel restore options I get the following error: "pg_restore: [custom archiver] dumping a specific TOC data block ...
Glyn Astill
Apr 30, 2010 at 9:53 am
May 21, 2010 at 12:20 pm -
Hello, Redhat EL4 update 8, 2.6.9-89.0.23.ELsmp Quad Proc, Dual Core Xeon, 16GB RAM Postgres 8.1.18 I'm having some trouble pinning down exactly what is causing our Postgres cluster to run slowly. ...
Justin Pasher
Apr 23, 2010 at 9:02 pm
May 20, 2010 at 10:11 pm -
I have downloaded the one click installer on Vista. I right click on the executable and select run as administrator, and an empty dialog box appears. This is as far as I can go. Any suggestions?
Watson, Nathaniel
Apr 21, 2010 at 5:20 pm
Apr 23, 2010 at 5:52 pm -
Hi, could anyone please tell me what is wrong in below query. Does it mean that EXCEPT doesn't allow comparing TIMESTAMP type? techdb=# INSERT INTO changelogtest (id, txid, txtime) values (5, 123, ...
Dipti shah
Apr 23, 2010 at 10:32 am
Apr 23, 2010 at 2:32 pm -
Hello, Im here because Oleg Bartunov invite me to this mailing list. Im searching for help with ltree module, in todo list (in this module) is Better documentation, since 2003 year, no one make ...
Cojack
Apr 19, 2010 at 7:38 am
Apr 20, 2010 at 8:25 pm -
Dear All, How to insert encoded data that is(/\_+@#$%^&*)(_+) something like that....I have Csv file .Which contains encoded values.when i try to insert those. I am getting error..I am not able to ...
Venkat
Apr 14, 2010 at 10:52 am
Apr 20, 2010 at 3:10 pm -
hi i've got the database (about 300G) and it's still growing. i am inserting new data (about 2G/day) into the database (there is only one table there) and i'm also deleting about 2G/day (data older ...
Jan Krcmar
Apr 14, 2010 at 2:01 pm
Apr 16, 2010 at 9:33 am -
is pl/java kind of dead? I don't see much activity since years ago. I note the pgfoundry page, http://pgfoundry.org/projects/pljava/?readme the link to the project home page ...
John R Pierce
Apr 14, 2010 at 4:52 am
Apr 15, 2010 at 4:39 pm -
I am using Postgres 8.4.1 on Windows XP Professional Service Pack 3. I have a PL/pgSQL function which is defined as "returns record". The record contains three values. In one execution path, the ...
Alan Millington
Apr 9, 2010 at 10:46 am
Apr 15, 2010 at 2:20 pm -
Hi All, Please find the below scenario, and suggest me... Trying to start the server, but not starting. ---------------------------------------------------------- [postgres@dbarhel564 mypg]$ pg_ctl ...
Raghavendra t
Apr 14, 2010 at 5:27 am
Apr 14, 2010 at 2:57 pm -
Dear list, I have some data (big size) and I've written a long function in pl/pgsql which processes the data in several steps. At a test run my function aborted because of memory exhaustion. My guess ...
Birgit Laggner
Apr 1, 2010 at 10:30 am
Apr 12, 2010 at 1:09 pm -
Hi, I have a simple table that has indexes on 2 integer columns. Data is inserted very often (no updates, no deletes, just inserts): at least 4000/5000 rows per second. The input for the 2 indexed ...
Leonardo F
Apr 19, 2010 at 4:30 pm
May 6, 2010 at 12:27 pm -
Hi all, I've installed Postgres with few instances/clusters, however I've got a problem with start-up scripts for all clusters. As far as I know the file postgresql should be modified in the ...
Eustace Scrubb
Apr 26, 2010 at 11:45 am
Apr 29, 2010 at 3:01 pm -
I'm trying the following: ship_date between '04/30/2010' AND '04/30/2010' + 14 But this returns: ERROR: invalid input syntax for integer: "04/30/2010" Can I use between with dates? -- Geoffrey Myers ...
Geoffrey Myers
Apr 29, 2010 at 2:02 pm
Apr 29, 2010 at 2:58 pm -
Hi, I need some advice about a subject. I generate e-mail messages to a database table and then with a CronJob I sent the e-mails. My doubt is... The CronJob runs every 10 minutes, but If I have ...
Andre Lopes
Apr 21, 2010 at 9:01 am
Apr 22, 2010 at 12:39 am -
Hi all, I have a table with three columns: one integer and two doubles. There are two indexes defined (one on the integer and one on one of the doubles). This table stores 700000 records, which take ...
Peter Bex
Apr 16, 2010 at 9:43 am
Apr 20, 2010 at 9:07 am -
Hi all. We had a crisis this week that was resolved by tuning pg_autovacuum for a particular table. The table is supposed to contain a small number of items at any given point in time (typically ...
Herouth Maoz
Apr 14, 2010 at 9:08 am
Apr 14, 2010 at 7:31 pm -
In 8.3 code below causes exception ERROR: set-valued function called in context that cannot accept a set CONTEXT: PL/pgSQL function "wordwrap" line 21 at RETURN NEXT How to fix this so that wordwrap ...
Andrus
Apr 5, 2010 at 11:14 am
Apr 5, 2010 at 5:34 pm -
I want a column in my Users table that will keep track of which types of notifications the user wants to subscribe to. There's probably about 10 different types, so I don't want to have 10 boolean ...
Mike Christensen
Apr 30, 2010 at 9:02 am
May 2, 2010 at 11:59 am -
Hello, Many thanks to andreas.kretschmer for this helpful reply about how to set up a window function to perform a running total: http://archives.postgresql.org/pgsql-general/2010-03/msg01122.php It ...
Oliver Kohll
Apr 29, 2010 at 8:53 am
Apr 30, 2010 at 10:07 am -
Dear All Experts, We have a java exe making a call to a postgres function. This postgres function internally makes a call to a dll (which is written using Postgres extended C). Now the issue is that, ...
A Bhattacharya
Apr 29, 2010 at 11:35 am
Apr 30, 2010 at 6:59 am -
Hi All - I have a table bloated with following details rows:29431 pages:516039 shouldbe:534 (966.4X) wasted size:4223016960 (3 GB) * I did a vacuum on the database and also I did vacuumdb full on the ...
Akp geek
Apr 26, 2010 at 2:43 pm
Apr 26, 2010 at 6:56 pm -
Hi, I hope someone can help me. When running psql from the command line with the PGHOST environment variable or the -h command line host set, it throws a segmentation fault. $ psql -U morgan -d cid ...
Morgan Taschuk
Apr 22, 2010 at 5:32 pm
Apr 23, 2010 at 10:53 am -
Hi, Is there a way to run Postgres in embedded mode? More precisely, to run it without using TCP/IP port, and without installing as a service? I am aware of Unix-domain sockets, but is there ...
Ognjen Blagojevic
Apr 21, 2010 at 3:09 pm
Apr 22, 2010 at 5:13 pm -
I have a ques - say I have a table that has 10 columns. But in a simple select query from that table, I use just 3 columns. I want to know whether even for fetching 3 columns, read happens for all ...
Satish Burnwal (sburnwal)
Apr 16, 2010 at 6:06 am
Apr 16, 2010 at 12:31 pm -
Hi, I have granted ALL permissions on 'techtable' to 'user1'. techdb=# select pc.relname, pc.relacl from pg_class pc, pg_namespace pn where pc.relnamespace=pn.oid and pn.nspname='techdb' and ...
Dipti shah
Apr 15, 2010 at 7:50 am
Apr 16, 2010 at 12:13 pm -
Hi, I have a trigger that runs in my Development machine but not in my Production machine. the code is the following: [code] CREATE OR REPLACE FUNCTION "aprtr_geraemail_agcompagamento" () RETURNS ...
Andre Lopes
Apr 14, 2010 at 1:03 pm
Apr 15, 2010 at 7:47 am -
Dear all - Can you please help me with this? Is there a way to restore multiples ( more than one table ) using a single command from a whole database dump that was created using pg_dump regards
Akp geek
Apr 14, 2010 at 2:56 pm
Apr 14, 2010 at 4:45 pm -
Hi, from postgesql features list mentioned at http://www.postgresql.org/about/press/features84.html, I came to know that it is possible to grant column level permissions. PostgreSQL is "the most ...
Dipti shah
Apr 8, 2010 at 8:22 am
Apr 8, 2010 at 11:58 am -
Hi all, I'm trying to write my first plpgsql function and I'm running into a problem that may or may not have to do with a coalesce statement. I wrote a very similar sql function that does basically ...
Jeff Ross
Apr 25, 2010 at 6:13 pm
Apr 25, 2010 at 11:35 pm -
What is the expected performance impact of the log streaming replication in 9.0? In the past I've used the log shipping replication of MySQL and it caused the performance of the master to drop by ...
Andy
Apr 20, 2010 at 9:16 pm
Apr 22, 2010 at 6:40 pm
Group Overview
group | pgsql-general |
categories | postgresql |
discussions | 225 |
posts | 1,172 |
users | 267 |
website | postgresql.org |
irc | #postgresql |
267 users for April 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)