dbTalk Databases Forums  

Sponsored Links


mailing.database.pgsql-sql mailing.database.pgsql-sql


Discuss in the mailing.database.pgsql-sql forum.



Post New Thread
Threads in Forum : mailing.database.pgsql-sql Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello, I have some problems using character class matching (e.g. ).. For example I have a table: CREATE TABLE re_test (text_column character...
Eduardas Kazakas
09-29-2010 08:30 AM
Osvaldo Kussama Go to last post
1 9
I loaded data from a spread into a interim table so I can analyze the quality of the data. The table contains an entry for every student (250K...
Tarlika Elisabeth Schmitz
09-29-2010 08:00 AM
Oliveiros d'Azevedo Cristina Go to last post
10 14
Dear List, I have created a database with the template postgis. In this database a shema named ‘public’ was created, with the functions...
Thomas Andres
09-29-2010 01:42 AM
Thomas Andres Go to last post
0 14
Hi, is there a distinct function for comma separated lists ? I sometimes need to update tables where I got a set of IDs, like: update mytable set...
Andreas
09-28-2010 09:00 AM
msi77 Go to last post
2 11
hi, i am trying to dump a table with insert command rather tahn copy. pg_dump -Dt --insert table dbname > table.sql; i am not able to get the...
Nicholas I
09-27-2010 06:31 AM
Vibhor Kumar Go to last post
2 12
Hi, the data in my table, have a substring enclosed in parenthesis, 1. i want to replace the string with the brackets to null or any...
Nicholas I
09-24-2010 09:39 AM
Leif Biberg Kristensen Go to last post
3 10
Hi, i have two tables, --------------------------------------------------------------- *table1 id type serial, name...
Nicholas I
09-24-2010 04:37 AM
James Kitambara Go to last post
3 11
A local installation of 9.0 does not seem to include pg_config. (not with pg_dump pg_ctl etc, no man page) This is a Suse box (openSUSE 11.2...
Rob Sargent
09-23-2010 01:46 PM
Rob Sargent Go to last post
3 14
9.0 allows you to defer unique constraints. Ken On Thu, Sep 23, 2010 at 10:18:39AM -0700, Ozer, Pam wrote: -- Sent via pgsql-sql mailing list...
Kenneth Marshall
09-23-2010 01:33 PM
Kenneth Marshall Go to last post
0 13
Gary, Based on what I read it wouldn't handle cases where the result should be MacDonald from macdonald. There are other cases such as the...
Michael Gould
09-23-2010 09:13 AM
Jonathan Brinkman Go to last post
6 149
Hi, how could I divide streetnames from housenumbers ? I have to deal with input like this: Parkstreet 42 Parkstr. 42 Casle Avenue 42 Casle Str....
Andreas
09-23-2010 05:53 AM
Andreas Schmitz Go to last post
2 9
hi: I have a fairly large table. sample_id | chr | cfrom | cto | ------------------------------------------- 1 c2 19 20 2 ...
Adrian Johnson
09-23-2010 05:01 AM
Oliveiros d'Azevedo Cristina Go to last post
2 8
Dear group, I just started learning postgres and I have to analyze my data. So please bear with me, for all the simple questions that I am...
Adrian Johnson
09-21-2010 06:16 PM
Adrian Johnson Go to last post
2 15
Is it possible to just download the RPM package for postgresql server 8.4 for fedora and NOT install it through the yum tree? If so where can I go...
Joshua Gooding
09-21-2010 03:22 PM
Devrim GÜNDÜZ Go to last post
1 11
Hi list, this is a Friday afternoon question... :) I have a table like this: id_user | value | datetime 1 | 1 | xxx 1 | 2 | xxx+1 1 | -1 | xxx+2 2 |...
Michele Petrazzo - Unipex
09-21-2010 10:02 AM
Oliveiros d'Azevedo Cristina Go to last post
8 10
Hi folks,I have a view that seems to be very slow compared to similar views on the same server. I've had a look at running explain but I don't...
Gary Stainburn
09-21-2010 09:52 AM
Tom Lane Go to last post
4 11
It seems that PostgreSQL 8.4 does not support ragged arrays. Is there a workaround to get similar functionality (mainly the ability to extract...
Florian Weimer
09-21-2010 02:19 AM
Dmitriy Igrishin Go to last post
4 11
Hi, I have a question which does not seem to be covered in the documentation: I have a function f(i) that returns a table with three columns (a, b,...
Jann Röder
09-20-2010 02:43 AM
Jann Röder Go to last post
3 14
Forget my previous post. I am stupid. It doesn't work with 8.3.7, sorry to trouble you. -- Greg Quinn Australian Phenomics Facility greg.quinn...
Greg Quinn
09-16-2010 12:45 AM
Greg Quinn Go to last post
0 11
Hullo. I've been a Postgresql user for many years, so forgive me if I'm doing something really stupid. I cannot get 'with' queries to work at all....
Greg Quinn
09-16-2010 12:05 AM
Greg Quinn Go to last post
0 13
Finally i'm using: EXECUTE 'CREATE USER '|| quote_ident(creds."userName") ||' WITH PASSWORD '|| quote_literal(creds."userPassword") || ' IN GROUP...
Tatarnikov Alexander
09-15-2010 09:03 PM
Tatarnikov Alexander Go to last post
0 12
That's too "generic". I was answering specific question. Now, yes, dynamic sql could be used for SQL injection, if not used carefully. But, it...
Igor Neyman
09-15-2010 02:08 PM
Igor Neyman Go to last post
1 12
Hello! I have function wich check user credentials and if test passed function must create new user with generated username and password. Language...
Tatarnikov Alexander
09-15-2010 01:28 PM
Asko Oja Go to last post
4 12
Hello list, I don't know if it's me, or maybe even the way I designed these dependencies, but I'm getting unexpected results when i query a...
Nathan Grange
09-14-2010 12:51 PM
Tom Lane Go to last post
2 12
Hello List, I have a small question about the order of values in a query. Assume I have a table with the following fields: uid INT, data...
Steve
09-14-2010 06:31 AM
Frank Bax Go to last post
7 9
delete from form_record_details where form_record_id in (select form_record_id from forms where form_id= 40003656) Seems fine at 1am. However the...
Greg Caulton
09-10-2010 05:07 AM
Thomas Kellerer Go to last post
1 9
Hello, According to the documentation, I thought it was possible to force given join orders with parenthesis. But in this small example, this seems...
Marc Mamin
09-09-2010 08:49 AM
Tom Lane Go to last post
1 7
Hi List, I'm kinda stuck situation, I have a timestamp which resambles a startdate and a duration in days and I want to bloat this, so I have a row...
Tim Schumacher
09-08-2010 11:02 AM
Joe Conway Go to last post
2 7
On psql 8.3.9, I ran a limited query limited to 5 results. There was a moderately expensive function call which I expected to be called 5 times, but...
Bryce Nesbitt
09-07-2010 03:31 PM
Tom Lane Go to last post
1 6
Hi, I am trying to name arguments in aggregate function, but i don't know how, so im asking if someone can help me to solve this. Im working with...
Viktor Bojović
09-05-2010 07:35 PM
Tom Lane Go to last post
1 6
looking for something like SELECT SUM (cost) from ( (SELECT i.id_item, i.price, SUM (o.quantity), ROUND (SUM (o.quantity) * i.price, 2) AS cost FROM...
Jayadevan M
09-02-2010 07:28 AM
Jayadevan M Go to last post
0 7
Hi, I don't see any overlap between the polygon and the box in the following sql. Can anyone explain why it returns 't'? select polygon(path...
Gary Fu
09-01-2010 08:42 AM
Tom Lane Go to last post
1 7
Hi All, I am using PostGRES 8.3 in conjunction with ESRI's ArcSDE. ArcSDE allows the storage of spatial data inside of an PostGRES database. One of...
Michael Andrew Babb
08-31-2010 07:58 PM
Michael Andrew Babb Go to last post
2 9
Hi. Well... As far as I can see, for functions you should go to the 'pg_catalog' schema, table 'pg_proc'. In column 'prosrc' you will find the...
Hélder M. Vieira
08-30-2010 01:30 PM
Reinoud van Leeuwen Go to last post
1 8
Hi, In general what are the causes of SQL select statement slow downs - other than the size of the data? I realize this is a broad question but read...
John Fabiani
08-28-2010 11:11 AM
John Fabiani Go to last post
2 6
Hey all, As is known, there are many valid literal values for the "true" and "false" state of boolean data type. True whether that output of boolean...
Dmitriy Igrishin
08-26-2010 09:22 AM
Dmitriy Igrishin Go to last post
2 5
Hi, I have some sql like so: SELECT min(date) INTO d FROM interest_rate WHERE m_code = NEW.code; UPDATE interest_rate SET date = NEW.start_date,...
Ben Carbery
08-25-2010 09:46 AM
Bruce Momjian Go to last post
1 7
I have two tables: A: ItemID (PK), IsssueID (Indexed) B: ItemID (FK), IndexNumber : PK(ItemID, IndexNumber) Both tables have several million...
Jann Röder
08-22-2010 11:05 PM
Jann Röder Go to last post
0 8
I have a CMS with a table of items, and another table serving as a log of operations performed on the items. The revelent table structure is as...
Gordon McVey
08-19-2010 08:24 AM
Oliveiros d'Azevedo Cristina Go to last post
1 6
Hi! My question is, how can I get the out parameter from a function with SELECT INTO by name? I mean: create function testfunc1(OUT _status...
Imre Horvath
08-18-2010 05:18 PM
Sergey Konoplev Go to last post
7 8
Hello. I have a database query I am trying to develop. For the purpose of explanation, I am going to use a suit of playing cards in ascending order...
Mindtonic
08-18-2010 04:51 PM
Mindtonic Go to last post
0 8
On Tue, Aug 17, 2010 at 8:21 PM, Jose Ildefonso Camargo Tolosa <ildefonso.camargo (AT) gmail (DOT) com> wrote: Yes it can index such things, but it...
Scott Marlowe
08-18-2010 12:51 AM
Sergey Konoplev Go to last post
2 5
Hi! I'm analyzing the possibility of using PostgreSQL to store a huge amount of data (around 1000M records, or so....), and these, even though are...
Jose Ildefonso Camargo Tolosa
08-17-2010 09:30 PM
Jose Ildefonso Camargo Tolosa Go to last post
1 6
Hi all, I'm working on porting an old MS Access form application from Sybase to postgres/ODBC as part of a larger database port project. One of the...
Peter Koczan
08-17-2010 04:06 PM
Peter Koczan Go to last post
8 9
Hi! My question is, how can I get the out parameter from a function with SELECT INTO by name? I mean: create function testfunc1(OUT _status...
Horváth Imre
08-17-2010 01:45 PM
Horváth Imre Go to last post
0 10
Could someone provide a link or help me understand what is required to get function debugging working. I haven't started yet and I thought it best...
John Fabiani
08-16-2010 09:52 AM
John Fabiani Go to last post
0 9
Greetings! First: This is working, I just need a clarification on concept, so, it is not necessary for you to look deeply at the SQL statement. I...
Jose Ildefonso Camargo Tolosa
08-11-2010 06:56 PM
Jose Ildefonso Camargo Tolosa Go to last post
2 6
Is there any way to remove a duplicate row from a table? Not my db but I have to work with it. On version 7.4 right now. Edward W....
Edward W. Rouse
08-10-2010 11:50 PM
A. Kretschmer Go to last post
5 6
Hi! I don't know if it's the right place or the psycopg2 list: I've got a plpython function, with a character varying param. I can call it from...
Imre Horvath
08-10-2010 12:42 PM
Tom Lane Go to last post
2 8
Hey all, Is it guaranteed that functions, which accept PGconn* properly works if PGconn* is NULL (or just 0) and returns in such cases the same...
Dmitriy Igrishin
08-10-2010 08:35 AM
Dmitriy Igrishin Go to last post
0 8
Post New Thread

Display Options
Showing threads 701 to 750 of 4151
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.