Search Discussions
-
hi all, i'm baffled by a sql issue. i use adodb and the code is as follows (the sql should be pretty evident - even if you don't follow adodb). $result_update = $db- Execute('UPDATE t_defect SET ...
Operationsengineer1
Sep 7, 2005 at 11:48 pm
Sep 12, 2005 at 12:25 pm -
Ok after a bunch of testing I have discovered it isn't data corruption. Bingo it is the custom datatype code. The curious things is this... When I do the dump it calls COPY... which balks on an ...
Morgan Kita
Sep 3, 2005 at 3:48 am
Sep 4, 2005 at 10:46 pm -
I want to run an outer join query on two tables so that the tags from one will always appear even if the other table is lacking those attributes. Unfortunately, while the join seems to work there is ...
Martin Foster
Sep 25, 2005 at 11:51 pm
Sep 26, 2005 at 1:06 am -
Good afternoon to you all. First of all I want to thank each one of you for the efforts you make to provide the world with a first class Open source Database. I myself started only recently working ...
Eradict
Sep 28, 2005 at 2:27 pm
Oct 5, 2005 at 4:24 pm -
Anyone can provide the init script (that resides in /etc/rc.d/ini.t) for Postgresql-8.0.3? it's installed in /usr/local/pgsql Thanks Marc
Marc Khayat
Sep 23, 2005 at 3:30 pm
Sep 26, 2005 at 1:57 pm -
Hi all, The following may be too silly even for this mailing list... but however: i've never used PostgreSQL before, always been using MySQL. I installed postgresql-8.0.1, but when trying to run it, ...
Marc Khayat
Sep 20, 2005 at 6:54 am
Sep 20, 2005 at 7:58 pm -
5
Last Id?
Hello all, I know how do do this in IBM DB2 and MySQL, but now my interrest has shifted towards postgresql; I need to be able to insert a row, and find out which id it was assigned. (I'm talking ...Jan Danielsson
Sep 4, 2005 at 6:01 pm
Sep 6, 2005 at 2:33 pm -
[Using postgres (PostgreSQL) 7.4.7 on GNU/Linux 2.4.27-1-386 - Debian/Sarge] ---------------------------------------- Hi all, testing a few arithmetic calculations to make sure I understood how they ...
Ennio-Sr
Sep 29, 2005 at 7:42 pm
Sep 30, 2005 at 12:04 am -
Hi all, [Using postgres (PostgreSQL) 7.4.7 on GNU/Linux/Debian-Sarge] running the command: $ pg_dump finanz -t ult_qq | psql finanza ennio ult.qq I can see that table 'ult_qq' is regularly created in ...
Ennio-Sr
Sep 17, 2005 at 3:03 pm
Sep 18, 2005 at 4:22 pm -
Hi all, I have already posted my query regarding libpq functions and wide character support. Pls somebody help me. I am using libpq API functions in my C code to do operations on the database. But ...
Pradeepkumar, Pyatalo (IE10)
Sep 8, 2005 at 6:43 am
Sep 12, 2005 at 3:00 am -
Just a short question with hopefully a bit longer answer: how do I get around the password prompt? regards, Ivo <http://www.incredimail.com/index.asp?id=96317 FREE Emoticons for your email! Click ...
Jessica Broomans
Sep 2, 2005 at 8:50 am
Sep 7, 2005 at 11:47 am -
When I use "select (f1+f2+f3+f4+f5) as f0 ..." in 7.4.3, it seems I can use "f0" is "order by", but not "where" clause [column 'f0' does not exist]? Does this change in more current versions? Is ...
Frank Bax
Sep 1, 2005 at 3:18 pm
Sep 3, 2005 at 5:17 pm -
Hi list, I need to setup a RULE for INSERTing into a VIEW. The rule has to insert several times into the same table, and I need to remember the currval()s for another INSERT. Are there any variables ...
Nabil Sayegh
Sep 1, 2005 at 6:31 pm
Sep 2, 2005 at 2:09 am -
I am coding a procedure to purge data from a table. I want to commit the data I'm purging at intervals (for example, every 1000 rows). The problem I'm encountering is that when I have begin ...
Walker, Jed S
Sep 30, 2005 at 8:47 pm
Oct 3, 2005 at 1:48 pm -
List, I have a temporary table and I need to get the tableoid from the interface. The table may not have any data in it so something like SELECT tableoid FROM tmp_table LIMIT 1, returns zero when ...
Terry Lee Tucker
Sep 30, 2005 at 10:26 am
Sep 30, 2005 at 5:38 pm -
I have the following related tables: PEOPLE -------------- peopleid pkey, name, etc GROUPS ------------- groupid pkey, description, etc PEOPLEGROUPS ------------------- peopleid pkey/fkey, groupid ...
A. Banks
Sep 22, 2005 at 12:45 am
Sep 24, 2005 at 2:55 pm -
hi all, i'm trying to acces our new in-house pgsql server. pgsql 8.0.3 is running on fc3. i vpn into the company network, then i sign into the fc3 server a "user" via an accuterm session. i typed in ...
Operationsengineer1
Sep 23, 2005 at 5:08 pm
Sep 23, 2005 at 6:10 pm -
Hello! I want to create a view of a table that is in several schema's. The table is CREATE TABLE "operator" ( "operatorid" INTEGER PRIMARY KEY, "accountid" INTEGER REFERENCES "account"("accountid"), ...
Toff
Sep 19, 2005 at 10:18 am
Sep 23, 2005 at 1:43 pm -
When i try inserting a quite large amount from data (imported from a text file via Java) i get this error wich cames non always at the same time. What is this caused by ? -- L'Estetica del lavoro è ...
Fabrizio picca
Sep 13, 2005 at 8:43 am
Sep 14, 2005 at 7:29 pm -
i've been having a dandy day reading the pgsql docs... and i think i learned some things, but i want to bounce them off of ya'll to see if i'm right or out to lunch. here are the facts: 1. current ...
Operationsengineer1
Sep 12, 2005 at 11:46 pm
Sep 13, 2005 at 5:44 pm -
(Sorry for asking so many questions, but I can't find answers in the documentation.) Why would one bother to create a schema (with "create schema blah blah")? Isn't a database enough to keep tables, ...
Kynn
Sep 10, 2005 at 5:49 pm
Sep 10, 2005 at 11:38 pm -
hi list i got a weird problem. somehow, for pg-sql, this statement is not true: SELECT lower('zwiebelbäcker') = 'zwiebelbäcker' = false (which is the wrong answer, obviously) amazingly, this one ...
Me
Sep 3, 2005 at 9:26 pm
Sep 4, 2005 at 11:33 pm -
I am trying to copy some rows from a table to another table using "create table as" but I keep getting a "column name 'ogc_fid' is duplicated" error. Can anyone tell me why this is happening? The ...
Frances Collier
Sep 28, 2005 at 5:07 pm
Oct 7, 2005 at 12:31 am -
hi list, i'm relatively new in creating stored procs and i'm having this problem: i created a stored proc that creates an aggregated view and it was successfully loaded without errors. my problem ...
Shadowbox
Sep 28, 2005 at 11:59 am
Sep 29, 2005 at 3:14 am -
I think I have a stored procedure that is running longer than it should, and am trying to time how long each section of a stored procedure is taking the most time. I have used localtimestamp, now(), ...
Lane Van Ingen
Sep 28, 2005 at 8:12 pm
Sep 28, 2005 at 9:33 pm -
This is my first post to ANY mailing list so apologies in advance if I screw up anywhere. I'm using the pg_restore utility in PostgreSQL 8.0.3 with the following command: pg_restore.exe -i -h ...
Wye Jon Lee
Sep 23, 2005 at 8:22 am
Sep 26, 2005 at 6:36 am -
Just a quick question: Bytea columns are backed up appropriately using pg_dump/dumpall? The docs mention specifics about large objects, and I just wanted to check whether bytea is considered a large ...
Sean Davis
Sep 23, 2005 at 11:12 am
Sep 23, 2005 at 2:18 pm -
Hello everyone, I've decide to use PostgreSql as the SGBD for the application i'm developing. I've already have some info based on dbf files. Someone has any idea on how can i use the info on this ...
Rafael Barbosa
Sep 22, 2005 at 7:22 pm
Sep 23, 2005 at 2:01 pm -
Hi to everyone i hope you can help me Im doing a query in a database, but i want to use crontab to do it each monday There isn´t no problem when i run my script manually ]$ ./mdnimsi.sh It generates ...
Sigrid Meneses
Sep 21, 2005 at 11:20 am
Sep 23, 2005 at 4:48 am -
Is there a way to determine if a table is temporary. Currently I have a cursor that goes through pg_class for all tables and views owned by a particular owner, but I need to exclude temporary tables. ...
Walker, Jed S
Sep 15, 2005 at 7:54 pm
Sep 15, 2005 at 9:59 pm -
I have a simple Java Application running on Windows 2000 I am working on at home. Initially it accessed data in an Access database via Jdbc:Odbc, but I detest Microsoft and their database is a ...
Peter Cook
Sep 13, 2005 at 2:10 am
Sep 15, 2005 at 5:48 am -
hi, i have a zip code field in a table that is used by "international" customers, which lead to very "random" data there. but a query should be possible "by number" if there is only a number in the ...
Christoph Frick
Sep 14, 2005 at 9:21 am
Sep 14, 2005 at 2:11 pm -
Hi All, I am trying to generate a dynamic date value as part of a much larger query. The date must be at least one day prior to the ship date and must not be a weekend or a holiday. I have created a ...
Keith Worthington
Sep 13, 2005 at 4:01 pm
Sep 13, 2005 at 6:39 pm -
Hi All, i'm facing a db / data migration issue. i have 3 dbs. my dev box is pgsql 7.4.6 (laptop, winxp / cygwin) my current production box is 7.3.x (webhost, linux) my new production box is 8.03 ...
Operationsengineer1
Sep 9, 2005 at 11:49 pm
Sep 13, 2005 at 3:32 pm -
2
tutorial
hi, i'm new to postgreSQL as well as new to database concepts. please tell me how can i learn. i mean the easiest and fast way. Your help will be appreciated.Suresh ramasamy
Sep 12, 2005 at 11:37 am
Sep 13, 2005 at 3:56 am -
Hi, I'm having trouble finding out how to add non-ascii chars into the database from c#. 'ERROR: 22021: invalid byte sequence for encoding "UNICODE": 0xfc ' is the error I get when attempting to add ...
Peter Schonefeld
Sep 10, 2005 at 3:30 am
Sep 10, 2005 at 6:47 am -
How do I retrieve a list of columns for a table from an outside application? I don't want to retrieve any rows from the table just the column related data like what is retrieved using '\d [table ...
Kevin Crenshaw
Sep 7, 2005 at 10:20 pm
Sep 8, 2005 at 12:38 am -
I'm trying to build postgreSQL 8.0.3 from source using MinGW (the suggested emulator), and I don't see any step-by-step instructions on how to do this. I've seen the INSTALL and FAQ_MINGW docs, but ...
Lee, Patricia S.
Sep 7, 2005 at 4:28 pm
Sep 7, 2005 at 7:05 pm -
hi all, i read the followin gon slashdot... (*) Nested loops are like candy to SQL server, and I've heard this is the same for Sybase (understandably). Deep sets of nested loops will kick the other ...
Operationsengineer1
Sep 5, 2005 at 11:29 pm
Sep 6, 2005 at 1:05 am -
Hi, I just tried to call pg_dump for my database this evening, and it fails on one of my tables. The error it gives in the log is: ERROR: invalid memory alloc request size 3221230573 So at this point ...
Morgan Kita
Sep 2, 2005 at 4:06 am
Sep 2, 2005 at 8:08 pm -
Is there a way of backing up and then restoring an 8.0.3 database into a 7.4.5 environment? Regards, Steve Tucknott
Steve Tucknott
Sep 26, 2005 at 6:59 pm
Oct 3, 2005 at 6:48 am -
Hello, If I have an interval of say '1 day 3 hours 30 minutes' how might I express that form of a specified interval type, ie for hours : '27.3 hours'. Is the only option to write a function that ...
A Gilmore
Sep 30, 2005 at 4:59 pm
Sep 30, 2005 at 5:34 pm -
Hi in pgsql I can execute a list of sql commands from a text file using ... lumbribasetest=# \i comm_list.sql but in a perl script using DBI and the syntax... $com = $conn- prepare("\i ...
Ann hedley
Sep 29, 2005 at 1:17 pm
Sep 30, 2005 at 12:34 am -
I'm hoping someone has a script pre-cooked that they're willing to share with me. Here's what I'd like to do: Create a cgi perl script which does the following: Thru a web browser (ergo cgi) connect ...
Greg T.
Sep 16, 2005 at 1:15 pm
Sep 23, 2005 at 2:33 pm -
Here is my table: table tst: id | date | num ---+---------------------+---- 1 | 2005-09-22 14:37:21 | 5 2 | 2005-09-22 10:22:33 | 3 3 | 2005-09-21 10:22:34 | 3 4 | 2005-09-14 10:33:21 | 5 5 | ...
Pgsql
Sep 22, 2005 at 7:27 pm
Sep 22, 2005 at 10:05 pm -
Hi, Yesterday I tried to restore from a data dump of my db from about a week ago. I am running 8.0.1 and have been since I first started use postgresql. As an example when I ran the dump I used: ...
Morgan Kita
Sep 15, 2005 at 7:57 pm
Sep 15, 2005 at 8:17 pm -
Hello group: I have two different types of data. this data is processed to derive a set of values. I am trying to store the data in a database using postgres. I have designed two tables for two ...
Srinivas Iyyer
Sep 14, 2005 at 10:36 pm
Sep 15, 2005 at 5:31 pm -
phppgadmin (my only access to db - cheesy webhost) has an "export" link that only allows me to... export data, structure or data and structure (fine so far, i want data only). format options are ...
Operationsengineer1
Sep 13, 2005 at 5:07 pm
Sep 13, 2005 at 7:35 pm -
i run the program like createdatabse, but don't able to put the passowrd the keyboard doesn't respond why is this?
Luciano
Sep 11, 2005 at 4:46 am
Sep 13, 2005 at 8:05 am
Group Overview
group | pgsql-novice |
categories | postgresql |
discussions | 77 |
posts | 218 |
users | 79 |
website | postgresql.org |
irc | #postgresql |
79 users for September 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)