Search Discussions
-
I'm experiencing bug 4608 http://archives.postgresql.org/pgsql-bugs/2009-01/msg00062.php I have tried using the Windows one-click installer for both 8.3.x and 8.4. At the end of the process it says ...
Robert Campbell
Apr 22, 2009 at 12:18 pm
Apr 23, 2009 at 1:46 pm -
We've got an application to install on PostgreSQL 8.2 and the requirements say "Please make sure that PL/pgsql and FuzzyStringMatch library is installed." Can anyone tell me which RPM packages ...
John Gardner
Apr 3, 2009 at 11:52 am
Jul 23, 2009 at 9:23 pm -
Hello everyone, I need to retrieve PK (r.id in the query) for row with MIN(r.start_date), but with a twist: I need to select only one record, the one with minimum date. Doing it like this does not ...
Marcin Krol
Apr 29, 2009 at 12:43 pm
May 1, 2009 at 8:19 am -
Hello All, I am trying to get a list of the functions built into postgreSQL. I know to use the \df command w/n psql, but paging through that is painful. Is there a way to send the \df output to a ...
Craig
Apr 1, 2009 at 2:14 pm
Apr 3, 2009 at 9:39 am -
Hello, I want write a query that will insert a record in a person table, insert a record in a presentation table, and then insert a record into a bridge table that contains the keys of both of the ...
Carol Walter
Apr 23, 2009 at 2:24 pm
Jul 6, 2009 at 6:19 pm -
Hello: CentOS 5.2 PostgreSQL Server (eth1: 192.168.1.1): I got the PostgreSQL server installed. The following modules are installed: postghresql-libs-8.3.7, postgresql-8.3.7, postgresql-server-8.3.7 ...
Just E. Mail
Apr 13, 2009 at 2:18 pm
Apr 14, 2009 at 12:05 pm -
I have a table that defines a programmed service that does something automatically every time interval (days, weeks, months) from a beginning date to a ending date. How can I do this in postgresql? I ...
André Silva
Apr 9, 2009 at 12:13 am
Apr 19, 2009 at 11:08 am -
Hello: This is the simplest question on this form but I have pulled all my hair trying figuring it out. PLEASE HELP! I have installed PostgreSQL V8.3.7 (RPM) on a CentOS 5.2 system. PostgreSQL server ...
Just E. Mail
Apr 8, 2009 at 10:28 pm
Apr 9, 2009 at 1:13 pm -
Hello all I want to copy the data from one table to other table. These tables reside in two different databases. I am thinking of using following query insert into table2 (select * from table1) but ...
Preetam Palwe
Apr 27, 2009 at 10:30 am
Apr 29, 2009 at 3:52 pm -
How to drop a table which is part of a non-public schema? drop table myschema.mytable does not work. -- Regards PK -------------------------------------- http://counter.li.org #402424
P Kapat
Apr 7, 2009 at 1:37 am
Apr 7, 2009 at 4:35 pm -
Hello: My first try installing PostgreSQL (CentOS 5.2). I am following the "Installing PostgreSQL on Red Hat Enterprise LINUX / Fedora Core". This document says that to install a PostgreSQL Server, I ...
Just E. Mail
Apr 5, 2009 at 3:28 pm
Apr 5, 2009 at 9:12 pm -
I want to just get the number of seconds and not have to use extract for seconds, minutes, hours, days, months, years, etc. Is that possible?
A B
Apr 8, 2009 at 3:14 pm
Apr 9, 2009 at 7:48 am -
Hello, i am searching for the scripts mentionend at one of the first chapters of the SQL-tutorial (Part II of the manuals) http://www.postgresql.org/docs/8.3/interactive/tutorial-sql-intro.html My ...
Max
Apr 8, 2009 at 2:53 pm
Apr 8, 2009 at 4:14 pm -
Hello: My first posting! I am trying to install PostgreSQL on a CentOS 5.2 server. PostgreSQL 8.0 comes packaged with CentOS. The latest version of PostgreSQL is 8.3.7. Since I am a novice, my ...
Just E. Mail
Apr 3, 2009 at 10:43 am
Apr 3, 2009 at 1:44 pm -
Hi All, I'm attempting to implement an auto complete text field on a site I run. The plan is to return a maximum of 5 rows where the name of the location *begins* with the contexts of the text field ...
Neil Saunders
Apr 28, 2009 at 4:31 pm
Apr 28, 2009 at 4:55 pm -
I've been handed a table that reminds me of a sparse matrix and I'm thinking that there should be some SQL way to simplify it. Assume table like (a column for every department, separate rows for each ...
Bryan Emrys
Apr 27, 2009 at 8:09 pm
Apr 27, 2009 at 8:19 pm -
Hi list, How do I get all the tables which contains a specific column name? For example, I want to get all tables that has an `is_active` column in them? Thanks, Ridvan -- リヅバン バルヨス ...
Ridvan Lakas ng Bayan S. Baluyos
Apr 22, 2009 at 6:52 am
Apr 22, 2009 at 7:16 am -
Hi, I'm currently having a problem with my PostgreSQL, i'm running a DSpace application working under Solaris OS. Everything was fine, but I began to receive repeatedly the following error messages ...
Juan Jose De Leon
Apr 20, 2009 at 7:34 pm
Apr 21, 2009 at 7:08 pm -
Hello, I've created this function: CREATE OR REPLACE FUNCTION subcategories(int) RETURNS setof int AS ' DECLARE -- declarations category ALIAS FOR $1; category_current record; BEGIN -- function body ...
Slapo
Apr 11, 2009 at 8:47 pm
Apr 11, 2009 at 9:30 pm -
Hello, I have three tables that create a many-to-many relationship between two of them. One of them has person data and one of them has contact data, and, of course, the other is the bridge table. I ...
Carol Walter
Apr 8, 2009 at 1:03 pm
Apr 8, 2009 at 4:55 pm -
Hi, I'd like to use a lookup-table that contains text-values and their keys. There is a data-table with entities that have (among others) 2 attributes which could nicely be represented by numbers. ...
Andreas
Apr 29, 2009 at 9:37 pm
Apr 30, 2009 at 9:57 pm -
1
Export
Hello, i have two questions a) how can i export database schema structure and data so that they can be imported to another server - into different database, different tablespace and with a different ...Jana Vasseru
Apr 5, 2009 at 11:48 pm
Apr 6, 2009 at 12:17 am -
let me take a gander there is no REPLACE function like mySQL ?? I will have to to check to see if the data exists if it does UPDATE it if not INSERT it ?? Boy here I thought postgresql was the way to ...
Jeffrey Lake - Admin
Apr 1, 2009 at 5:47 am
Apr 1, 2009 at 5:56 am -
Adam Ruth
Apr 23, 2009 at 11:01 pm
Apr 23, 2009 at 11:01 pm -
We are now working on database check mechanism in our application. The situation is when server shutdown abnormally, the postmaster.pid still exists when reboot, But the PostgreSQL database itself ...
Chen, Dongdong (GE Healthcare)
Apr 21, 2009 at 5:44 am
Apr 21, 2009 at 5:44 am -
Hello all, I've been doing a little bit of reading on the difference between large objects and bytea. Bytea feels a little bit more like what I'm use to with Oracle, MSSQL, etc. However, I'm leaning ...
David Saracini
Apr 15, 2009 at 2:04 am
Apr 15, 2009 at 2:04 am -
Greetings! I am occupying the time used by PGAdmin to count the 22 million records in a table I just clicked on by asking the list how to tell PGAdmin not to count the 22 million records in a table ...
Radcon Entec
Apr 13, 2009 at 12:44 pm
Apr 13, 2009 at 12:44 pm -
Well, is there a file "/tmp/.s.PGSQL.5432"? If not, does stopping and restarting the PG server make it come back? If that does fix it, then the most likely bet is that you have an over-aggressive ...
Tom Lane
Apr 5, 2009 at 9:29 pm
Apr 5, 2009 at 9:29 pm -
Hello: I am in the process of setting up a LVS system. Initially there will be two (later more) Real Servers accessing two PostgreSQL data servers in the backend. PostgreSQL data servers are in ...
Just E. Mail
Apr 5, 2009 at 12:26 pm
Apr 5, 2009 at 12:26 pm -
Hello: I noticed that there are several GUI applications available to manage PostgreSQL. I want a recommendation,which is the better of the lot. Here is what I am trying to do: I am going to setup a ...
Just E. Mail
Apr 3, 2009 at 1:27 pm
Apr 3, 2009 at 1:27 pm -
Hi all, I do the following : DROP TABLE IF EXISTS xprod; CREATE TABLE xprod( dm1 INTEGER d5 INTEGER value DOUBLE); ALTER TABLE xprod ADD CONSTRAINT xprod_p_key PRIMARY KEY (dm1,d5) If I run this ...
Mary Anderson
Apr 3, 2009 at 1:01 am
Apr 3, 2009 at 1:01 am -
Got it. There was another table with constraint xprod_p_key. Mary
Mary Anderson
Apr 3, 2009 at 12:58 am
Apr 3, 2009 at 12:58 am -
I suspect that I already know the answer to my question but I'm looking for confirmation from experts. I have moved my pg_xlog and pgsql_tmp directories to a separate disk array to distribute IO. ...
Robert Schnabel
Apr 2, 2009 at 4:23 pm
Apr 2, 2009 at 4:23 pm
Group Overview
group | pgsql-novice |
categories | postgresql |
discussions | 33 |
posts | 129 |
users | 46 |
website | postgresql.org |
irc | #postgresql |
46 users for April 2009
Archives
- August 2013 (95)
- July 2013 (81)
- June 2013 (29)
- May 2013 (56)
- April 2013 (42)
- March 2013 (42)
- February 2013 (104)
- January 2013 (41)
- December 2012 (12)
- November 2012 (61)
- October 2012 (70)
- September 2012 (61)
- August 2012 (94)
- July 2012 (112)
- June 2012 (103)
- May 2012 (127)
- April 2012 (92)
- March 2012 (155)
- February 2012 (120)
- January 2012 (104)
- December 2011 (149)
- November 2011 (125)
- October 2011 (88)
- September 2011 (77)
- August 2011 (86)
- July 2011 (92)
- June 2011 (165)
- May 2011 (125)
- April 2011 (121)
- March 2011 (160)
- February 2011 (116)
- January 2011 (147)
- December 2010 (126)
- November 2010 (195)
- October 2010 (173)
- September 2010 (197)
- August 2010 (160)
- July 2010 (159)
- June 2010 (226)
- May 2010 (158)
- April 2010 (131)
- March 2010 (161)
- February 2010 (204)
- January 2010 (107)
- December 2009 (50)
- November 2009 (193)
- October 2009 (93)
- September 2009 (127)
- August 2009 (244)
- July 2009 (160)
- June 2009 (108)
- May 2009 (135)
- April 2009 (129)
- March 2009 (71)
- February 2009 (56)
- January 2009 (136)
- December 2008 (66)
- November 2008 (104)
- October 2008 (102)
- September 2008 (90)
- August 2008 (78)
- July 2008 (83)
- June 2008 (66)
- May 2008 (82)
- April 2008 (126)
- March 2008 (94)
- February 2008 (140)
- January 2008 (158)
- December 2007 (72)
- November 2007 (128)
- October 2007 (126)
- September 2007 (121)
- August 2007 (132)
- July 2007 (113)
- June 2007 (188)
- May 2007 (157)
- April 2007 (138)
- March 2007 (122)
- February 2007 (169)
- January 2007 (110)
- December 2006 (108)
- November 2006 (152)
- October 2006 (176)
- September 2006 (225)
- August 2006 (327)
- July 2006 (239)
- June 2006 (226)
- May 2006 (260)
- April 2006 (311)
- March 2006 (218)
- February 2006 (278)
- January 2006 (321)
- December 2005 (338)
- November 2005 (245)
- October 2005 (253)
- September 2005 (218)
- August 2005 (287)
- July 2005 (204)
- June 2005 (224)
- May 2005 (322)
- April 2005 (383)
- March 2005 (356)
- February 2005 (293)
- January 2005 (388)
- December 2004 (276)
- November 2004 (279)
- October 2004 (207)
- September 2004 (222)
- August 2004 (333)
- July 2004 (203)
- June 2004 (122)
- May 2004 (148)
- April 2004 (153)
- March 2004 (230)
- February 2004 (215)
- January 2004 (309)
- December 2003 (240)
- November 2003 (214)
- October 2003 (265)
- September 2003 (314)
- August 2003 (321)
- July 2003 (267)
- June 2003 (337)
- May 2003 (344)
- April 2003 (276)
- March 2003 (262)
- February 2003 (304)
- January 2003 (357)
- December 2002 (267)
- November 2002 (265)
- October 2002 (286)
- September 2002 (211)
- August 2002 (196)
- July 2002 (264)
- June 2002 (177)
- May 2002 (362)
- April 2002 (277)
- March 2002 (221)
- February 2002 (285)
- January 2002 (197)
- December 2001 (123)
- November 2001 (233)
- October 2001 (202)
- September 2001 (130)
- August 2001 (144)
- July 2001 (131)
- June 2001 (119)
- May 2001 (156)
- April 2001 (197)
- March 2001 (264)
- February 2001 (147)
- January 2001 (328)
- December 2000 (241)
- November 2000 (207)
- October 2000 (171)
- September 2000 (112)
- August 2000 (159)
- July 2000 (161)
- June 2000 (123)
- May 2000 (47)