Search Discussions
-
I'm going to attempt to do my best in describing the situation... so please forgive any ignorance on my part since I am very new to the Postgres community. We have 2 identical Postgres databases, one ...
Jeff Kirby
Oct 2, 2005 at 4:43 pm
Oct 4, 2005 at 1:54 am -
I'm experiencing an unusual situation on a recently reprovisioned server. It's a Debian server (testing/unstable) running a 2.6.13.3 kernel. postgres 8.0.4 was built from source. I'm using a slightly ...
Thomas F. O'Connell
Oct 14, 2005 at 12:55 am
Oct 18, 2005 at 3:17 pm -
Hi, I've got a postgres installation which is accessed by users thru a set of perl CGIs. Unlickily, when the user enters some characters in a description (string) field, like "èòéàùì", the string is ...
Luca Ferrari
Oct 10, 2005 at 6:33 am
Oct 12, 2005 at 11:02 pm -
Hi All, We vacuum busy tables in different frequencies depending on how busy the table is. Today I noticed that one of the task that was suppose to delete rows from a busy table was running for a ...
Subbiah, Stalin
Oct 31, 2005 at 8:14 pm
Nov 4, 2005 at 1:34 am -
8
Urgent!
Hi, I got this error message when I tried to do pg_dump on the database. pg_dump: ERROR: invalid memory alloc request size 4294967293 pg_dump: SQL command to dump the contents of table "wordlist" ...Nirav Parikh
Oct 13, 2005 at 1:15 am
Oct 13, 2005 at 4:31 pm -
I apologize for the wrong subject in a previous post. Here it is again: My understanding that the current release of Postgres does not allow the DBA to pre-allocated space for the data files or ...
Tomeh, Husam
Oct 31, 2005 at 11:14 pm
Nov 1, 2005 at 5:41 pm -
In-time for PostgreSQL 8.1 gold, The pgAdmin Developer Team will release pgAdmin III V1.4, which has a new Guru hint feature that tries to give users helpful hints on typical beginner's pitfalls. The ...
Andreas Pflug
Oct 3, 2005 at 12:16 am
Oct 25, 2005 at 8:33 pm -
We have installed a product called Quasar for accounting needs at our company, which is back ended by PostgreSQL. It is a requirement that the database is replicated, real time, to a secondary ...
Kirby Ubben
Oct 21, 2005 at 4:19 pm
Oct 21, 2005 at 10:21 pm -
Building a new server here (solaris 9), was going to put 8.0.3 on it. ./configure --with-openssl --enable-syslog fails with this error message: configure: error: header file <openssl/ssl.h is ...
Roth, Gabrielle
Oct 17, 2005 at 7:45 pm
Oct 29, 2005 at 3:32 pm -
Hi: I don't think this is possible, but I want to make sure. Let's say I have a database that I want to dump in its entirety, all except for one particular table. Is there an option flag on pg_dump ...
Colton A Smith
Oct 20, 2005 at 2:23 pm
Oct 27, 2005 at 9:43 pm -
Hi, I'm hoping that someone will be able to answer this query: Last night at 3am our Postgresql DB cluster hung. At the time data was being loaded. The parameter log_statement_stats in the ...
Nigel Bishop
Oct 13, 2005 at 4:44 am
Oct 13, 2005 at 5:18 pm -
Hi, I'm performing some tests on performance: when to use or not use foreign keys. I have a table A with 50 columns, 8 of them have a foreign key to some other table, and there is a table B with 65 ...
Pieter-Jan Savat
Oct 11, 2005 at 10:18 am
Oct 27, 2005 at 2:45 am -
Hi everyone, My name is Ken working in Tokyo,Japan. Please forgive my poor English. We have been using PostgreSQL7.3.4 on a Map GIS engine since last year.To tune the system, I need to get the log ...
Acemeicn
Oct 26, 2005 at 2:14 am
Oct 27, 2005 at 2:02 am -
Hi, I sent this request recently but have heard nothing. I'm new to he whole procedure and may be doing this incorrectly. Please advise. Thanks Will Lewis Database Administrator (DBA) Central IT ...
Will Lewis
Oct 11, 2005 at 7:56 am
Oct 24, 2005 at 1:28 pm -
Hi, I have a query about a backup policy that I wish to implement. Currently, we are running a PostgreSQL server with a very large database on it. The database consists of a core of read-only tables, ...
Chris Jewell
Oct 14, 2005 at 1:19 pm
Oct 23, 2005 at 4:10 pm -
Hi friends, greetings :-) Please apologize by my bad english, I speak sapnish. This question that I'll do could be a little difficult because I'm award that it should be very especific, although I'm ...
Alfredo Rico
Oct 20, 2005 at 5:45 pm
Oct 21, 2005 at 2:17 pm -
On behalf of a previous employer who, due to major downsizing, is left without an answer to this: What's the best way to treat impending OID wrap-around in a 7.4.8 database? This DB has been online ...
Jeff Boes
Oct 16, 2005 at 11:28 am
Oct 18, 2005 at 4:13 pm -
Hi, Which backup software out there work well with postgresql, I cannot find one with backup agent for postgres. I am looking for a backup solution that will backup the postgres database from a fiber ...
Robert Ngo
Oct 2, 2005 at 12:06 pm
Oct 5, 2005 at 4:04 pm -
Dear Sir, How can I altered the WAL segment file size when building the server. The default size was 16 MB. I want only 1 MB size... Waiting for your kind reply Regards Dhanesh Dhanesh Prabha P.V ...
Dhanesh Prabha
Oct 4, 2005 at 10:02 am
Oct 4, 2005 at 5:32 pm -
I noticed recently that my PITR base backups were occassionally returning non-zero, so I turned up the verbosity on rsync and it appears that occassionally a file vanishes out from under rsync while ...
Jeff Frost
Oct 25, 2005 at 3:44 pm
Oct 25, 2005 at 8:35 pm -
In error handling suppose if the database already exists.. It is returning : database "sample(say)" doesn't exists. If i want to return general error messages with out specifying names how can i? ...
Sandhya
Oct 19, 2005 at 10:19 am
Oct 20, 2005 at 6:18 am -
Hello erverybody, I need to install a new version of Redhat on my server. On the distro, pgsql data are in : /var/lib/pgsql (which is mounted on its own partition). Can I "just" install the new ...
FM
Oct 19, 2005 at 3:47 pm
Oct 19, 2005 at 4:57 pm -
I'm wondering, does anyone know of any timing tests for pg_dump? I am trying to find the fastest way to do our nightly database backups using pg_dump. And I just wanted to make sure I don't reinvent ...
Chris Hoover
Oct 12, 2005 at 1:36 pm
Oct 17, 2005 at 2:28 pm -
Hi everybody, i'd like to know if my database (settings, indexes, materialized views, etc) is correctly tuned. To do this, i think the best way is to watch the queries actually processed and the time ...
David Pradier
Oct 11, 2005 at 9:58 am
Oct 11, 2005 at 2:36 pm -
Hi folks. I'm trying to move an existing setup on a 7.2 system to another existing box running 7.4. I've done a pg_dumpall and then imported that to the new system but a copy is failing with the ...
Gary Stainburn
Oct 10, 2005 at 11:22 am
Oct 10, 2005 at 2:30 pm -
is there a syntax that would look something like: create table newTable like oldTable without indexes || records || constraints with indexes || records || constraints built into postgres?
David Durham
Oct 6, 2005 at 3:04 am
Oct 7, 2005 at 2:48 pm -
Hello! When I install Postgresql 8.0.3 on my Windows server, I set LC_COLLATE and LC_CTYPE to Russian_Russia.1251 via install process. But when I install Postgresql server on Fedora Core 4 Linux, I ...
Петров Р.В.
Oct 2, 2005 at 4:09 am
Feb 6, 2006 at 8:13 am -
Hi, I have a small company and I am quite new in using postgres, I have established that I can intall postgres on a database server and connect to it from terminals all over, and I just wanted to ...
Tharo Mohono
Oct 31, 2005 at 1:42 pm
Oct 31, 2005 at 5:12 pm -
Hi, Is there a way to actually determine if the database is doing anything after a query is send to the backend during *long* lasting queries besides waiting and hoping? -- Groeten, Joost Kraaijeveld ...
Joost Kraaijeveld
Oct 30, 2005 at 9:50 am
Oct 31, 2005 at 4:16 am -
what happend with postgresql 8.1b4 performance on query? look at this: select count(*) from fotos where archivo not in (select archivo from archivos) Aggregate (cost=4899037992.36..4899037992.37 ...
Sidar López Cruz
Oct 25, 2005 at 11:31 pm
Oct 26, 2005 at 5:57 pm -
Hi. I wondering about file size of a table. The table has 43000 pages and in documentation is say's its around 8kb. It makes it supose to be around 336Mb on disk. The table is simple just: org_no ...
Roger Strandberg / Hamsta
Oct 21, 2005 at 10:41 pm
Oct 22, 2005 at 6:03 pm -
Hello I want to write some scripts which could connect to databse and work in background. I want to avoid situation in which i have to manually/interactively give appriopriate password everytime i ...
Teknet
Oct 15, 2005 at 4:08 pm
Oct 18, 2005 at 8:26 pm -
hi, please do the needful.. I am using j2ee on the server side and postgresql as the database to connect. This database is exposed to the internet. The user is shown a login page in which user enters ...
Ashish srivastava
Oct 12, 2005 at 10:23 am
Oct 13, 2005 at 5:36 am -
I've been playing with postgresql for a while now. I'm curious how others develop front ends for pg. I have looked at using pgaccess, and ReKall. Both seem pretty good. I've also been playing with MS ...
David Bear
Oct 12, 2005 at 5:19 pm
Oct 12, 2005 at 11:14 pm -
I have a table in the databases I work with, that contains two text columns with XML data stored inside them. This table is by far the biggest table in the databases, and the text columns use up the ...
Stef
Oct 10, 2005 at 12:19 pm
Oct 10, 2005 at 5:48 pm -
I learned for other database systems, that it is an advantage to have database on one physical drive and transaction logs on a different physical drive, as this should minimize seeks on the ...
Weber, Johann (ISS Kassel)
Oct 10, 2005 at 11:41 am
Oct 10, 2005 at 2:40 pm -
tried 3 or 4 times and no luc k. lori
Lorid
Oct 7, 2005 at 3:06 pm
Oct 8, 2005 at 1:02 am -
Silly question, but in a shell script, what is the best way to check for a pg_dump problem? I'm working on reworking our backup methodology, and want to make sure that if pg_dump can't dump a db, we ...
Chris Hoover
Oct 7, 2005 at 8:13 pm
Oct 7, 2005 at 8:50 pm -
Hii all, I eould like to asking about creating table in postgres here is the 1 can postgres do such things like this one? # create table address as object(address varchar(100), post(6)); # create ...
Dedy
Oct 6, 2005 at 6:15 am
Oct 7, 2005 at 4:48 am -
Hi: I wrote a function for my database and 'loaded' it, but then misplaced the code. Is there a query I can issue to retrieve it? Thanks
Colton A Smith
Oct 1, 2005 at 4:03 pm
Oct 3, 2005 at 1:48 am -
I am running Postgresql 7.4.7. on RedHat ES-64 version 4 on a Dual-Opteron Dual Core system. I am having problems with the pg_dump command due to improper initialization of the Database cluster on RH ...
Fred Pope
Oct 28, 2005 at 9:23 pm
Nov 3, 2005 at 6:12 pm -
Hello, I get the following messages when starting the PostgreSQL-Server. What does the LOG message mean? Regards Michaela $ /usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data postmaster ...
MG
Oct 31, 2005 at 7:58 am
Nov 2, 2005 at 4:50 pm -
I get this message in the log file. And I want to know is how the fix it. FATAL: could not read statistics message: Resource temporarily unavailable Any idea? /Peter
Peter Ivarsson
Oct 29, 2005 at 9:18 am
Oct 29, 2005 at 5:31 pm -
Hi, I just wanted to know how possible it is to install postgres on the windows server and have some terminals conneting to the server to query the database, and if possible, could you please give me ...
Tharo Mohono
Oct 26, 2005 at 2:06 pm
Oct 26, 2005 at 3:11 pm -
Hi All, I am Kishore doing freelance development of J2EE applications. We switched to use Postgresql recently because of the advantages it has over other commercial databases. All went well untill ...
Kishore B
Oct 25, 2005 at 8:18 pm
Oct 25, 2005 at 8:44 pm -
Hi Craig, Does the no of tables and the size of each table affect the performance of a join operation? When we are trying to join the two big tables that I described above, pg is taking so long to ...
Kishore B
Oct 23, 2005 at 9:55 pm
Oct 24, 2005 at 3:28 pm -
Hello, when I read documentation for PgSQL 8.1beta3 about krb_server_hostname I think that it's enough insert into kerberos keytab only: krb_srvname/krb_server_hostname@REALM But pgsql have different ...
Ludek Finstrle
Oct 20, 2005 at 2:24 pm
Oct 23, 2005 at 4:50 pm -
how to copy data from file with fixed columns width to postgresql table? MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/
Sidar López Cruz
Oct 20, 2005 at 11:05 pm
Oct 21, 2005 at 7:39 am -
Tom, Need some help in analyzing the pg_controldata output. pg_control version number: 72 Catalog version number: 200310211 Database cluster state: in production pg_control last modified: Wed 19 Oct ...
Gourish Singbal
Oct 19, 2005 at 11:55 am
Oct 20, 2005 at 9:11 am -
To whom it may concern, My pgAdmin crashed when I tried to vacuum the "template0" database. It is of course not needed to vacuum this database, but I clicked on it by accident. When I tried it again, ...
A.j. Langereis
Oct 19, 2005 at 4:31 pm
Oct 20, 2005 at 8:58 am
Group Overview
group | pgsql-admin |
categories | postgresql |
discussions | 87 |
posts | 292 |
users | 112 |
website | postgresql.org |
irc | #postgresql |
112 users for October 2005
Archives
- August 2013 (132)
- July 2013 (176)
- June 2013 (126)
- May 2013 (175)
- April 2013 (168)
- March 2013 (47)
- February 2013 (90)
- January 2013 (93)
- December 2012 (137)
- November 2012 (166)
- October 2012 (124)
- September 2012 (175)
- August 2012 (117)
- July 2012 (103)
- June 2012 (126)
- May 2012 (102)
- April 2012 (152)
- March 2012 (150)
- February 2012 (128)
- January 2012 (147)
- December 2011 (155)
- November 2011 (163)
- October 2011 (141)
- September 2011 (216)
- August 2011 (250)
- July 2011 (208)
- June 2011 (153)
- May 2011 (189)
- April 2011 (265)
- March 2011 (303)
- February 2011 (229)
- January 2011 (200)
- December 2010 (211)
- November 2010 (263)
- October 2010 (225)
- September 2010 (197)
- August 2010 (292)
- July 2010 (233)
- June 2010 (242)
- May 2010 (301)
- April 2010 (381)
- March 2010 (296)
- February 2010 (196)
- January 2010 (90)
- December 2009 (131)
- November 2009 (160)
- October 2009 (212)
- September 2009 (184)
- August 2009 (210)
- July 2009 (262)
- June 2009 (234)
- May 2009 (127)
- April 2009 (220)
- March 2009 (278)
- February 2009 (275)
- January 2009 (173)
- December 2008 (214)
- November 2008 (179)
- October 2008 (201)
- September 2008 (360)
- August 2008 (249)
- July 2008 (240)
- June 2008 (263)
- May 2008 (253)
- April 2008 (322)
- March 2008 (281)
- February 2008 (412)
- January 2008 (296)
- December 2007 (260)
- November 2007 (273)
- October 2007 (328)
- September 2007 (158)
- August 2007 (424)
- July 2007 (350)
- June 2007 (315)
- May 2007 (347)
- April 2007 (256)
- March 2007 (243)
- February 2007 (354)
- January 2007 (311)
- December 2006 (364)
- November 2006 (264)
- October 2006 (225)
- September 2006 (390)
- August 2006 (370)
- July 2006 (294)
- June 2006 (286)
- May 2006 (432)
- April 2006 (364)
- March 2006 (411)
- February 2006 (339)
- January 2006 (330)
- December 2005 (367)
- November 2005 (347)
- October 2005 (292)
- September 2005 (342)
- August 2005 (416)
- July 2005 (265)
- June 2005 (302)
- May 2005 (326)
- April 2005 (408)
- March 2005 (519)
- February 2005 (332)
- January 2005 (307)
- December 2004 (272)
- November 2004 (206)
- October 2004 (384)
- September 2004 (298)
- August 2004 (306)
- July 2004 (321)
- June 2004 (418)
- May 2004 (335)
- April 2004 (340)
- March 2004 (415)
- February 2004 (401)
- January 2004 (302)
- December 2003 (365)
- November 2003 (521)
- October 2003 (426)
- September 2003 (474)
- August 2003 (373)
- July 2003 (377)
- June 2003 (351)
- May 2003 (430)
- April 2003 (405)
- March 2003 (505)
- February 2003 (451)
- January 2003 (364)
- December 2002 (344)
- November 2002 (307)
- October 2002 (330)
- September 2002 (320)
- August 2002 (423)
- July 2002 (431)
- June 2002 (256)
- May 2002 (261)
- April 2002 (283)
- March 2002 (351)
- February 2002 (382)
- January 2002 (290)
- December 2001 (164)
- November 2001 (203)
- October 2001 (274)
- September 2001 (148)
- August 2001 (159)
- July 2001 (180)
- June 2001 (215)
- May 2001 (206)
- April 2001 (198)
- March 2001 (291)
- February 2001 (244)
- January 2001 (228)
- December 2000 (179)
- November 2000 (180)
- October 2000 (143)
- September 2000 (80)
- August 2000 (98)
- July 2000 (101)
- June 2000 (163)
- May 2000 (109)
- April 2000 (103)
- March 2000 (45)
- February 2000 (92)
- January 2000 (114)
- January 1999 (119)
- December 1998 (80)
- November 1998 (101)
- October 1998 (86)
- September 1998 (79)
- August 1998 (112)
- July 1998 (65)
- June 1998 (102)
- May 1998 (91)