Search Discussions
-
Hello All; The webpage listing the various mailing lists said that no question was too simple, so here goes: I am trying to evaluate PostGreSQL to see if it can do what I want. My first problem is ...
Raymond Still
Dec 10, 2004 at 10:33 pm
Dec 17, 2004 at 12:53 am -
Hi All, I would like to write the output of the \d command on all tables in a database to an output file. There are more than 200 tables in the database. I am aware of \o command to write the output ...
Sarlav kumar
Dec 15, 2004 at 2:38 pm
Dec 15, 2004 at 6:23 pm -
Hi All, I am receiving a quantity as text and a seperate date and time as text. The quantity is written into a varchar(20) column and the date and time are written into char(8) and char(6) columns ...
Keith Worthington
Dec 20, 2004 at 9:58 pm
Dec 21, 2004 at 2:34 pm -
Hi All, Thanks to everyone for helping with my previous questions. I have a test database running on Postgres 7.3.2. version ------------------------------------------------------------- PostgreSQL ...
Sarlav kumar
Dec 20, 2004 at 2:40 pm
Dec 21, 2004 at 7:08 am -
Hello, I am very new to postgresql and was excited to see that pl/perl was able to do more in the newest version. So I created a database to learn some of is feature. But when I try to to do: ...
Robert Boone
Dec 17, 2004 at 2:28 pm
Dec 17, 2004 at 6:02 pm -
Hello; I have spent a little time on PgAdmin III. I can see I'm playing with a lot of power. Now I need to figure out how to use the database. Is what I'm looking for the front end? (sorry haven't ...
Afton & Ray Still
Dec 19, 2004 at 12:05 am
Dec 24, 2004 at 4:32 am -
Hi All, I have the following data: IPADB=# SELECT * FROM inventory.tbl_data; inventory_id | item_id | quantity --------------+------------+---------- 1 | RMFPB14BK | 551 1 | RPP3S114BK | 629 1 | ...
Keith Worthington
Dec 23, 2004 at 8:57 pm
Dec 27, 2004 at 8:50 pm -
Postgresql 7.4.5 (pgaccess and psql) RedHat 8 Is there a way of 'cross accessing' databases? We tend to use three environments for development - a dev_ , test_ and rel_ prefixed database then exists ...
Steve Tucknott
Dec 17, 2004 at 7:32 am
Dec 17, 2004 at 9:28 am -
Hi I have been trawling the archives but have not what I am after with regards to the message below. from pg_dump -d ourdb quick-backup-dec7.db I eventuate with the following $ pg_dump: message type ...
Neil
Dec 7, 2004 at 4:23 am
Dec 10, 2004 at 10:23 pm -
Hi All, I have a question regarding multiple inserts. The following function inserts for each country found in country table, values into merchant_buyer_country. ...
Sarlav kumar
Dec 13, 2004 at 4:28 pm
Dec 29, 2004 at 6:59 pm -
Hi All, I wrote a query that created a view and when I looked at it in the database the SELECT statement was very different. In part SELECT items.id, COALESCE(sales.sum, 0) AS committed, ...
Keith Worthington
Dec 27, 2004 at 6:45 pm
Dec 27, 2004 at 7:48 pm -
I admit I'm not real clear on terminolgy. As I understand it, front end means what the user sees and uses to input data and get information. The backend is what does the work and takes care of the ...
Afton & Ray Still
Dec 19, 2004 at 5:23 am
Dec 24, 2004 at 7:09 am -
I'm sure I'm missing something obvious, but this is the novice list, so here goes: Is there a function to return the day-of-week for a given time/datestamp? What I'm looking for is something like: ...
Lloyd Dieter
Dec 21, 2004 at 12:28 pm
Dec 21, 2004 at 9:55 pm -
Hi all, I am running postgresql 7.1.3 on Red Hat Linux 7.2. pg_control file get corrupted on abrupt PC reboot. Can I copy the pg_control file of another PC (in which also postgresql 7.1.3 is running ...
Deepa K
Dec 18, 2004 at 8:48 am
Dec 18, 2004 at 5:55 pm -
I have a table that has a column that has values like XM_29832.11 and I want to do an update to take off the .11 part. I can do this for a single value using: select substring('XM_29832.11' from ...
Sean Davis
Dec 3, 2004 at 1:19 pm
Dec 3, 2004 at 9:22 pm -
Hi All, I am working on the function below. whenever I run it I get the following: IPADB=# SELECT inventory.commit_scanner_data('monthly', 'this_is_a_test'); WARNING: Error occurred while executing ...
Keith Worthington
Dec 22, 2004 at 5:55 am
Dec 22, 2004 at 4:08 pm -
Hi All, I am trying to create a trigger function that moves data from one table to another. This is patterned after several working functions. After I create the function I attempt to COPY data into ...
Keith Worthington
Dec 21, 2004 at 5:23 pm
Dec 22, 2004 at 3:50 am -
Dear PostgreSQL Enlightened , Is their any plugin or work around that would allow me to log Squid jobs into PostgreSQL ? -- With Best Regards, Vishal Kashyap. http://vishalkashyap.tk
Vishal Kashyap @ [SaiHertz]
Dec 11, 2004 at 5:39 pm
Dec 21, 2004 at 6:41 pm -
Hi, I'm just wondering, what real benefit does inheritance have? When i create two tables, one inherited from the other, does that mean i have two tables with same duplicate data or actually they are ...
Hasnul Fadhly bin Hasan
Dec 21, 2004 at 3:22 am
Dec 21, 2004 at 2:42 pm -
Hi All, I logged in as postgres user and created a new user 'test' with a password. create user test with password 'test'; But when I use the -U option to login with the new user 'test', it does not ...
Sarlav kumar
Dec 20, 2004 at 3:18 pm
Dec 20, 2004 at 3:25 pm -
I have a number of sql scripts which I execute using psql -f I can easily redirect the output for logging and archival. However, psql will only display the result of each SQL statement, and not the ...
Gino Lucrezi
Dec 17, 2004 at 12:49 pm
Dec 20, 2004 at 11:40 am -
Hello, I have a problem I feel Im going about the wrong way but after reading over the date/time data types documentation a few times Im still unsure of how to do this. Id like my application to do ...
A Gilmore
Dec 20, 2004 at 12:07 am
Dec 20, 2004 at 2:35 am -
Hi All, I am trying to build a function to insert or update data in one table from date stored in another table. Eventually I hope to trigger this process based on data being INSERTed into the ...
Keith Worthington
Dec 16, 2004 at 11:02 pm
Dec 17, 2004 at 12:11 am -
I am running the latest version of OS X on my PowerBook. When I try to access my 7.4.3 Postgresql installation (I used the package from entropy.ch), I get this message "Login disallowed for security ...
Lola Lee
Dec 15, 2004 at 11:32 am
Dec 16, 2004 at 4:06 am -
I'm having trouble correctly indexing a large table. The table will be receiving about 30 million rows/day, and has the following definition: CREATE TABLE quote ( symbol varchar (5), price numeric ...
Matthew Engelbert
Dec 10, 2004 at 8:16 pm
Dec 15, 2004 at 2:30 am -
I'm trying to implement a daemon that gets its data from postgresql. The user uses a web interface to store the time that the daemon should begin operations in a table called translog. The schema for ...
Martin Atukunda
Dec 14, 2004 at 9:44 am
Dec 14, 2004 at 10:22 pm -
Hi All, In our database we have a table as described below. When we attempt to write to the table from our visual basic program we receive an error. "ERROR: tbl_receiving_receipt_number_seq.nextval: ...
Keith Worthington
Dec 10, 2004 at 10:58 pm
Dec 12, 2004 at 3:22 am -
Dear All, I have four tables linked together with FK. An example is, deleting an id in one table, deletes 1,000,000 rows in all the others. However, this operation takes 2-3mins (currently this more ...
Colin Gillespie
Dec 7, 2004 at 10:55 am
Dec 10, 2004 at 8:11 pm -
Hi All, I installed slony1.0.5 and tried the example replication of pgbench database. That seemed to work. Now I need to replicate a DB running on a different server. slony1.0.5 is installed on the ...
Sarlav kumar
Dec 20, 2004 at 10:25 pm
Dec 29, 2004 at 4:01 am -
Hi All, I have a database running on Postgres 7.3.2. I am dumping the database schema from postgres 7.4.6 to restore it on the new Postgres version. The two postgres versions are running on different ...
Sarlav kumar
Dec 27, 2004 at 5:32 pm
Dec 28, 2004 at 11:58 pm -
Hi All, I'm stuck again. I have written two queries. The first calculates the total quantity of items that have been ordered. The second calculates the total quantity of items that have been ...
Keith Worthington
Dec 28, 2004 at 4:33 am
Dec 28, 2004 at 4:41 pm -
Hi! I'd like to upgrade my all postgres databases from pg 7.4 to pg 8.0. Many of them use large objects with oids stored in tables. How can I dump them all at once and restore with right oids? ...
Marcin Gil
Dec 20, 2004 at 3:17 pm
Dec 21, 2004 at 7:36 am -
I'm building a system in Smalltalk and using unit tests (SUnit) extensively. The unit tests cover all model and persistence aspects of the system, and part of what they do is create and drop the ...
Bruce Badger
Dec 20, 2004 at 4:02 am
Dec 21, 2004 at 7:35 am -
If this should be directed to another list, please let me know. First, I want to compliment everyone that has contributed to the development of 8.0. I recently installed Beta 5 (on XP without a ...
George Weaver
Dec 20, 2004 at 5:51 pm
Dec 20, 2004 at 7:00 pm -
Hi All, I have a function/trigger pair operating that move data from one table to another after that data is inserted into the first table. Can triggers and functions have the same name? Is this a ...
Keith Worthington
Dec 17, 2004 at 4:05 am
Dec 17, 2004 at 6:52 am -
Hi All, Well, I am continueing to make progress on my function to transfer or update data as required. However I have hit another snag. After I successfully create the function below I atttempt to ...
Keith Worthington
Dec 17, 2004 at 12:50 am
Dec 17, 2004 at 1:23 am -
Hi All, When executing a query in PostgreSQL v7.3.6 are any variables set that indicate the status of that query? Success/Failure, Number of rows retrieved, Number of records written, etc. If not is ...
Keith Worthington
Dec 15, 2004 at 2:11 am
Dec 15, 2004 at 3:40 am -
I have coments in some tables and columns, how to catch the coment on select ? it forgives my English, I am learning... Tanks Douglas
Douglas
Dec 10, 2004 at 9:36 pm
Dec 13, 2004 at 5:21 pm -
Hello, I want to make a Function as table source. As rettype you have to give a composite type but how do I make those? I'm using an new empty table with the the datatypes (INT, INT8, TEXT and a ...
Tjibbe Rijpma
Dec 10, 2004 at 10:18 pm
Dec 13, 2004 at 2:39 am -
Hello, I extracted an entire postgreSQL database using EMS PostgreSQL Extract and it saved the extraction as "XXX.sql" file. How can i restore or import into a postgreSQL server. thanks, kuru
Sudhakar Kurumella
Dec 6, 2004 at 7:02 pm
Dec 10, 2004 at 9:52 pm -
Dear All, Is there a way to use locks within a trigger? My example below gives the error: ERROR: unexpected error -8 in EXECUTE of query "BEGIN" CONTEXT: PL/pgSQL function "insert_into_t1" line 6 at ...
Colin Gillespie
Dec 6, 2004 at 3:43 pm
Dec 7, 2004 at 10:12 am -
Why am I getting the FATAL error message below when initializing the database. I did everything correctly as per the installation instructions I am running on REDHAT 9.0 Pentium 2 196 MB Help ...
Felix Onyango
Dec 6, 2004 at 2:58 pm
Dec 7, 2004 at 4:41 am -
Hi All, I am loading data into a PostgreSQL v7.3.6 database running on RedHat Enterprise Linux ES. This is accomplished by a shell script running the COPY command. The data is in comma seperated ...
Keith Worthington
Dec 4, 2004 at 1:57 am
Dec 4, 2004 at 4:14 am -
Hi, I'm not sure why this does not work. create or replace function test1() returns int as ' return 1; ' LANGUAGE 'plpgsql'; select test1(); -------------------------------------------------------- I ...
Kevin B.
Dec 2, 2004 at 5:02 am
Dec 2, 2004 at 8:02 pm -
Hi, can somebody help me, I am trying to update a psql table in my data base. I created the table from a comma deliminated file that has four col. state, city, school, autoID. the current table. ...
Sloftus
Dec 30, 2004 at 1:49 pm
Dec 31, 2004 at 5:38 am -
While trying to INSERT INTO managers table I get the following message: ERROR: relation "managers" does not exist What is this? And how do I make it go away? Thanks for you help. Mark
Mark Edward Smith
Dec 30, 2004 at 11:31 pm
Dec 31, 2004 at 4:06 am -
Hi All, I have a database dump that is created with the following command: pg_dump IPADB -Ft -s -v -U postgres | gzip -9 ${IPA_TMP_DIR}/IPADB.$(date +"% Y%m%d.%H%M%S").tar.gz I want to create a test ...
Keith Worthington
Dec 29, 2004 at 6:33 pm
Dec 29, 2004 at 7:05 pm -
I followed these steps to create a new user : 1. createuser -P gforge 2. createdb -U gforge -E UNICODE gforge 3. createlang plpgsql gforge this gave no errors. But when I try to log in, I get the ...
Sukhdeep Johar
Dec 28, 2004 at 10:57 am
Dec 28, 2004 at 10:05 pm -
Hi All, I am working on the query below (having made great progress thanks to your help) and have run into a result I do not understand. When I run the query I get 0 for all columns when the ...
Keith Worthington
Dec 27, 2004 at 6:04 pm
Dec 27, 2004 at 6:18 pm
Group Overview
group | pgsql-novice |
categories | postgresql |
discussions | 81 |
posts | 276 |
users | 89 |
website | postgresql.org |
irc | #postgresql |
89 users for December 2004
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)