Search Discussions
-
Postgresql doesn't do this automatically. A foreign key only functions as a link between tables after it is formed. You must supply the link in the first place by a lookup in the foreign table either ...
Sean Davis
Mar 1, 2005 at 5:56 pm
Mar 5, 2005 at 6:34 am -
I'm quite a newbie with Postgresql - or any databases whatsoever, for that matter. I've been studying the archives and documentation for the past couple of weeks and find it quite fascinating. I must ...
David
Mar 6, 2005 at 7:11 am
Mar 10, 2005 at 2:06 am -
I have French text with accents in it and would rather (for search purposes) be able to search for things with the accents removed. Is there any builtin postgres function which will do this? Here is ...
Celia McInnis
Mar 30, 2005 at 6:30 pm
Apr 11, 2005 at 12:58 pm -
Hi! I'm looking for an existing function which allows me to search the nearest neighbours of the requested value. A simple example: if I search the value "2", and my table doesn't contain it, but ...
Virgile Beddok
Mar 25, 2005 at 6:36 pm
Mar 28, 2005 at 5:23 pm -
Hi! I want to choose the destination table by a variable. Something like this: CREATE FUNCTION insert_this(int4, varchar, varchar) RETURNS void AS $$ DECLARE destTable text; BEGIN SELECT INTO ...
Erik Dahlstrand
Mar 18, 2005 at 3:29 pm
Mar 19, 2005 at 7:41 am -
Hello- I am fairly new to postgres, but have been coding for over 20 years and would like to know what, if anything, is available to post data in XML format to postgres. I have read (seemingly) ...
Greg Lindstrom
Mar 16, 2005 at 5:32 pm
Mar 17, 2005 at 8:02 pm -
I am building a text email from data in a database table and then delivering it from the database. My question is how do I represent a carriage return or line feed in a plpgsql function? I am ...
Derrick Betts
Mar 8, 2005 at 7:36 pm
Mar 9, 2005 at 11:07 am -
Hi all, Sorry if you have received this before. I've tried to post the complete mail, but it is not going through. Warning this is a long e-mail and is across two posts. I'm hoping someone out there ...
Noel Faux
Mar 31, 2005 at 3:13 am
Mar 31, 2005 at 5:52 am -
I don't know how to assign directly from a record into an element of a multidimensional array. I seem to have to assign to a scalar first. Here's a small program which shows what I can't and can do: ...
Celia McInnis
Mar 17, 2005 at 11:05 pm
Mar 18, 2005 at 7:44 pm -
Hi: In a plpgsql procedure is there any way to form an insert command which has some null values for values of the inputs? Currently when I form such a command, the command becomes null if there are ...
Celia McInnis
Mar 15, 2005 at 10:53 pm
Mar 17, 2005 at 1:10 am -
Dear group, when I try to insert a statement : INSERT INTO processed_data(exp_id,seq_anno_id,cel_id,proc_symbol,proc_exprs,proc_pval)VALUES((currval('experiment_exp_id_seq')),(SELECT platform_id from ...
Kumar S
Mar 8, 2005 at 2:48 pm
Mar 9, 2005 at 6:01 pm -
Hi all, I'm brand new to postgresql (2 weeks) and I'm trying to move a web/PHP application from MySQL. I've searched the PG8 docs and googled but can't seem to find anything which is the equivalent ...
Kim Kohen
Mar 31, 2005 at 11:59 am
Apr 6, 2005 at 3:30 pm -
i need to install PostGreSQL 8.0.1 on my RedHat Enterprise 3 server. i'm using the postgresql-8.01-2PGDG.x86_64.rpm package, and it's paired server package. i get a lot of dependency failures on an ...
Chris Jensen
Mar 30, 2005 at 6:07 pm
Mar 31, 2005 at 5:31 pm -
I can not get pgaccess to run under windows xp. It starts, displays its popup window with a telescope. I can not make it do anything else. There is no oportunity to enter the address of the ...
Luckydavid
Mar 24, 2005 at 8:20 pm
Mar 25, 2005 at 3:48 pm -
I have configured a .pgpass file, but am having trouble with the hostname portion. If I have robux:*:JED:jed:jed or local:*:JED:jed:jed and I do "psql -U jed" I get the password prompt. If I use ...
Walker, Jed S
Mar 21, 2005 at 8:49 pm
Mar 22, 2005 at 2:52 pm -
Hi All, I am trying to create output that contains a dimension and the user would like to see single quote for feet and double quote for inches. I have not as yet stumbled on the solution. SELECT ...
Keith Worthington
Mar 18, 2005 at 9:41 pm
Mar 21, 2005 at 2:20 pm -
Ok this is noobish, but I am new to both databases and especially PostgreSQL. I am planning out how I am going to setup my database schema, and I have quite a few fields in the different tables where ...
Morgan Kita
Mar 18, 2005 at 2:18 am
Mar 19, 2005 at 4:38 am -
Hi to all. I need download text file from internet, and I'll use plpgsql, but I don't know if this language can do this. Ideas? Where I can find documentation more precisely than postgresql manual? ...
Dario Billo
Mar 15, 2005 at 9:32 pm
Mar 16, 2005 at 11:18 am -
Hi all My table definition : id | fref | mref ------+-----------+---------- 1 | 23 | 25 2 | 24 | 28 3 | 25 | 31 4 | 26 | 34 My problem : i need a query that results in this : id | ref ...
Steven Verhoeven
Mar 11, 2005 at 12:36 pm
Mar 14, 2005 at 2:43 am -
I'm having problem exporting tables. I'm using the windows version of 8. If I try to execute pg_dump.exe, I get rejected. I'm logged in with admin privileges, so I log out and log in under my ...
Sean Montague
Mar 9, 2005 at 5:30 pm
Mar 9, 2005 at 6:49 pm -
I am using PostgreSQL 7.4 on a Linux machine, I have built a small DB and PqAdmin III and PgAccess both fail when I try to connect, the same error happens when trying to connect with QT3 I get the ...
NetSuporte
Mar 8, 2005 at 1:59 am
Mar 9, 2005 at 5:14 pm -
I know that my problem is due to my carelessness and ignorance, but I didn't think that installing PostgreSQL would cause a state of affairs not easily reversed. Please excuse the length of the ...
Hagop H.
Mar 4, 2005 at 9:07 pm
Mar 8, 2005 at 7:07 am -
Hello all, I am using a laptop and some of my .sql files with insert statements (300K insert statements) take very long time. I user database= \i /home/user/../../../insert.sql this takes a long ...
Kumar S
Mar 6, 2005 at 5:29 am
Mar 7, 2005 at 3:28 pm -
Hi Really lost. I have managed to get the prompt working but when I try to make a db nothing happens. (I am on windows XP) template1-# \l List of databases Name | Owner | Encoding ...
Stephen Choularton
Mar 29, 2005 at 7:34 am
Mar 29, 2005 at 3:34 pm -
I am trying to figure out how to set a variable in psql and use it and how to echo information. in Oracle I can do: define jed = foo prompt This is the value of jed select sysdate, &jed from foo; and ...
Walker, Jed S
Mar 24, 2005 at 11:30 pm
Mar 26, 2005 at 1:50 pm -
Hello again, I'm stuck on another issue. I need to specify in a sql script I'm calling from psql that I want everything to go to an output file. So, I have in my sql file: \o example1.lst \qecho This ...
Walker, Jed S
Mar 25, 2005 at 5:39 pm
Mar 26, 2005 at 1:04 pm -
I have recently migrated from MS Access to PostgreSQL.Previously I had a SQL command ResultSet aGroupResultSet = aGroupPathStmt.executeQuery( "SELECT \"groupID\",\"fullpath\" FROM \"groups\" WHERE ...
William Shatner
Mar 11, 2005 at 5:19 pm
Mar 24, 2005 at 11:17 am -
...every psql command I issue gets this response: psql: FATAL: password authentication failed for user "postgres" even though there is no password prompt. This happens for any valid account. ...
Jon Allen
Mar 23, 2005 at 6:41 pm
Mar 23, 2005 at 10:17 pm -
I'm trying to compile 8.0.1 on a 64bit Ubuntu system and get the following error: make[3]: Entering directory `/home/tim/source/postgresql/postgresql-8.0.1/src/pl/plperl' gcc -O2 -Wall ...
Tim Bowden
Mar 22, 2005 at 11:41 am
Mar 23, 2005 at 3:12 am -
Help - I'm not sure if this is a bug, but I wouldn't call it a feature! :-) Here are my attempts at selecting out the counts for the number of records for each particular day of the week. I'd like to ...
Celia McInnis
Mar 21, 2005 at 5:36 pm
Mar 22, 2005 at 6:54 pm -
Hi: plpgsql allows me to define an array: direction TEXT[2]:=array['out','in']; and I can print out the whole array via: RAISE NOTICE 'direction=%',direction; getting: direction={in,out} but how do I ...
Celia McInnis
Mar 11, 2005 at 10:41 pm
Mar 12, 2005 at 12:44 am -
Hello, potentially dumb question: if I want to use non-standard Python modules within PL/Python, I guess I have to recompile something (plpython.dll in the /lib folder)? If I would like to avoid ...
Wolfgang Keller
Mar 6, 2005 at 6:56 pm
Mar 7, 2005 at 7:33 am -
Dear group: Is there any tool that can draw a schema diagram from the relations in my database. It has become a pain in the neck to draw a schema every time and i am loosing track of my tables and ...
Kumar S
Mar 29, 2005 at 6:49 pm
Apr 6, 2005 at 3:24 pm -
Hi all, After several frustrating hours (all weekend in fact) of trying unsuccessfully to install and run Postgres (version 8.01 binary windows installer from the Postgres ftp site), I have learned ...
Stephen P. Christopher
Mar 28, 2005 at 3:16 am
Apr 4, 2005 at 12:00 pm -
Happy Easter to christians! Dear friends, how do you connect to pgsql using vb6. i have already installed pgadminIII in my laptop under windows xp. i tried to use ADO but there is always connection ...
Ramon Orticio
Mar 28, 2005 at 2:41 am
Apr 3, 2005 at 12:45 pm -
Hello- I had a query to insert values into a table where some of the entries were empty: INSERT INTO MYTABLE (VALUE_1, VALUE_2) VALUES ('Hello', '') which worked like a champ. I discovered some ...
Greg Lindstrom
Mar 30, 2005 at 3:31 pm
Mar 30, 2005 at 5:14 pm -
hi, how do i call a stored procedure i have in postgresql 8.0.1 from php with the necesary parameters or variables? thanx.
Cima
Mar 29, 2005 at 4:50 pm
Mar 29, 2005 at 6:46 pm -
Hi All, Is there any command to display relations between tables? Like, for instance, I would like to know what column in what table is linked with a particular column in other table. I´m working on ...
Mauricio Siqueira de Oliveira
Mar 28, 2005 at 11:31 pm
Mar 29, 2005 at 2:11 am -
Hi I have installed postgresql but it seems to be password protected. When I try and make any entries at the prompt (I am using winXP and have the prompt in the \bin directory) it asks for a ...
Stephen Choularton
Mar 26, 2005 at 11:14 pm
Mar 28, 2005 at 10:36 pm -
hi all, i've been looking through the postgresql 7.4 manual (pdf version) and havent been able to find any detailed info on how to write and interact with stored procedures. i've noticed that user ...
Cima
Mar 25, 2005 at 6:47 am
Mar 25, 2005 at 1:52 pm -
We need to "recreate" our demonstration database about every two hours, and we'd like to develop a cron job, calling scripts, that will accomplish that for us. The problem is.... if someone is on our ...
Jack Miller
Mar 22, 2005 at 6:48 pm
Mar 22, 2005 at 7:37 pm -
I've noticed postgres uses some environment variables such as $PGDATA. Is there a standard postgres environment variable for the current database? I'd like something where we can have aliases and ...
Walker, Jed S
Mar 17, 2005 at 7:58 pm
Mar 21, 2005 at 3:36 am -
Hello i have a column 'id' wich is a sequence incremented by 1 i did a verification on my table and found that i probably got some lines deleted from the table. i compared the count(*) and the ...
Zouari Fourat
Mar 20, 2005 at 4:17 am
Mar 20, 2005 at 5:57 am -
hi, im working with mandrake 10, using postgresql 7.4 and php to make a web site. i want to be able to upload image files to my database and show the image in a web page later. there seems to be some ...
Cima
Mar 16, 2005 at 3:15 am
Mar 16, 2005 at 8:28 am -
I have a table whose rows are distinguished by a sequence. I'd like to be able to, given a certain value of that sequence, retrieve the next and previous values in relation to the given value. ...
Christopher Nehren
Mar 15, 2005 at 10:36 pm
Mar 16, 2005 at 1:38 am -
Hi, I need to write a function returning a set of integer. I'm basing this example on GetRows from http://techdocs.postgresql.org/guides/SetReturningFunctions Here's the function: create or replace ...
Raphael Bauduin
Mar 14, 2005 at 3:50 pm
Mar 14, 2005 at 4:07 pm -
Hi Sean and group members, with all your help i could upload a part of my dataset successfully into my database. I am queying my database. currently I am querying two tables for data. There are two ...
Kumar S
Mar 11, 2005 at 4:45 pm
Mar 12, 2005 at 8:54 pm -
I suspect that, unlike Access, PostgreSQL will intrepret C-style escape sequences (ie: \r, \n, \t) so you'll need to properly escape the backslash in aPath like so: folder1\\folder2\\folder3 Regards, ...
Shelby Cain
Mar 11, 2005 at 5:31 pm
Mar 12, 2005 at 9:32 am -
i'm trying to store documents or links to documents (excel, word, jpgs, etc... everyone uses windoze) that will need to be referenced (eg, written instructions that may need pictures to better ...
Operationsengineer1
Mar 9, 2005 at 5:39 pm
Mar 10, 2005 at 1:09 am
Group Overview
group | pgsql-novice |
categories | postgresql |
discussions | 105 |
posts | 356 |
users | 111 |
website | postgresql.org |
irc | #postgresql |
111 users for March 2005
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)