dbTalk Databases Forums  

Sponsored Links


comp.databases.postgresql.general comp.databases.postgresql.general


Discuss in the comp.databases.postgresql.general forum.



Post New Thread
Threads in Forum : comp.databases.postgresql.general Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Beta2 of 8.0.0 doesn't find openssl. 7.4.1 on the same system does. This is RH 9 (kernel 2.4.20-8) with openssl-0.9.7b installed from the source...
Mike Nolan
09-01-2004 05:25 PM
Tom Lane Go to last post
1 69
PostgreSql support materialized views ??? if not, there is something similar?? Thanks Esteban kemp
Esteban Kemp
09-01-2004 05:02 PM
Alvaro Herrera Go to last post
7 76
Hi, I'm curious to know whether PostgreSQL works well with Fedora RedHat Linux? If there are any issues, I would like to know about them. Many...
Daniel Secomb
09-01-2004 01:54 PM
Glen Parker Go to last post
4 81
Dear my friends.... I created a column with datatype bytea. The name of the column is emoicon I did like this: kv=# insert into salesreport...
Prabu Subroto
09-01-2004 12:59 PM
Daniel Schuchardt Go to last post
1 63
On Wed, Sep 01, 2004 at 01:18:59PM -0300, Marc G. Fournier wrote: Beta2 is also available via BitTorrent at <http://bt.postgresql.org/>. BTW, any...
David Fetter
09-01-2004 12:50 PM
Marc G. Fournier Go to last post
1 79
This is under Windows 2000 SP4 using the beta1 installer package. If I create the following table: CREATE TABLE test1 ( idnbr int4 NOT NULL, num1...
Shelby Cain
09-01-2004 12:33 PM
Tom Lane Go to last post
2 61
Hi there Pg admins, I have 2 systems, one OLD, (linux 2.4 running postgresql-7.2.1-5 with a perl web db on Apache/1.3.23 mod_perl 1.26 and dbi 1.37...
Pablo S
09-01-2004 11:23 AM
jake johnson Go to last post
2 78
Is it legal syntax to use <> instead of != in a Postgres query? I didn't see it listed...
Greg Donald
09-01-2004 10:58 AM
terry@ashtonwoodshomes.com Go to last post
2 85
Is there a way 'within' psql to suppress output? One of our cron scripts calls a sql file which contains various database commands (ALTER TABLEs,...
Ron St-Pierre
09-01-2004 10:47 AM
Ron St-Pierre Go to last post
6 87
Has anyone gotten VISIO setup to see the the pg system tables? I have Visio 2003 and i am not sure of the driver...
UMPA Development
09-01-2004 09:56 AM
UMPA Development Go to last post
0 80
Hi, I am trying to get my feet wet in SRF's I had to define a type in order to get my first attempt at a srf for an sql language function...
Jerry LeVan
09-01-2004 07:24 AM
Jerry LeVan Go to last post
4 70
Hi, I have a postgres instance up and running and I was using the EMS PostgresSQL datapump tool to import the data from MS Access but is there...
Nick
09-01-2004 06:50 AM
W. Scott Gibson Go to last post
1 76
I have some processes that create data. Other processes run by cron periodically take that data and insert it into appropriate tables in a 7.4.1...
Steve Crawford
09-01-2004 03:30 AM
Richard Huxton Go to last post
1 66
Is it possible to build the python postgresql support library on Mac OSX 10.3.5 with the default python install? Adding "--with-python" gets an...
Jerry LeVan
09-01-2004 02:09 AM
Pierre-Frédéric Caillaud Go to last post
1 53
Hi all, I was trying to overload '<' operator for (varchar,varchar). But in the function which handles the comparision I want to use the...
Suresh Tri
09-01-2004 12:31 AM
Suresh Tri Go to last post
3 67
Hi, I'm using PostgreSQL 7.3.4 with phpPgAdmin 2.4.2 and the ".sql" file I'm trying to import came from a dump from a server running PostgreSQL...
Daniel Secomb
09-01-2004 12:29 AM
Russell Smith Go to last post
1 53
What is the linux and/or postgres limitation for very large databases, if any? We are looking at 6T-20T. My understanding is that if the hardware...
elein
08-31-2004 10:41 PM
Cott Lang Go to last post
7 73
Hi, Are there any built in or known structures I can use in Postgres to represent a family tree? The usual tree representations in SQL are for...
Guy Naor
08-31-2004 09:04 PM
Joel Go to last post
1 59
We've got a table that has a definition as follows: CREATE TABLE linking_table ( fk int8 REFERENCES source_table( pk1 ), value int8, PRIMARY KEY(...
Thomas F.O'Connell
08-31-2004 06:44 PM
Matthew T. O'Connor Go to last post
5 66
I tried to truncate a table and received the following error: "expected both swapped tables to have TOAST tables". Googling provided no insight....
Steve Crawford
08-31-2004 06:36 PM
Steve Crawford Go to last post
2 54
* Alvaro Herrera <alvherre (AT) dcc (DOT) uchile.cl> : Ohhh! Thank you very much indeed, Alvaro. Your post, and Marc's answer, (although I don't...
Ennio-Sr
08-31-2004 06:15 PM
Ennio-Sr Go to last post
4 71
Is that site working for you? I'm unable to reach it since a couple of days, my messages are not getting through, pgsql-?????-owner (AT) postgresql...
Ennio-Sr
08-31-2004 05:24 PM
Marc G. Fournier Go to last post
5 57
On Fri, Aug 27, 2004 at 13:32:07 +0530, Yateen Joshi <yjoshi (AT) starentnetworks (DOT) com> wrote: A simple way to force this is to add a primary...
Bruno Wolff III
08-31-2004 04:24 PM
Mike Nolan Go to last post
12 126
Hi, I have a question about substring(), when I run the following query: prepaid=# select substring('15148300', 0,...
David Filion
08-31-2004 03:49 PM
Tom Lane Go to last post
2 53
I have an existing installation of 7.3.4 that appears to have been made with "--without-readline and --without-zlib" parameters used at build time. ...
McDougall, Marshall
08-31-2004 03:24 PM
Doug McNaught Go to last post
3 51
Does anyone have experiences using PostgreSQL for storing Microsoft Project data? MS Access, SQL Server and Oracle are supported according to the...
Klaus Harbo
08-31-2004 03:17 PM
Klaus Harbo Go to last post
2 66
Hello all, I met a problem about cannot start postmaster. The situation I met is that I was running postmaster, but because of the server closed...
Ying Lu
08-31-2004 03:08 PM
Ying Lu Go to last post
2 53
Hello everyone. Can anyone suggest if there's a way to force a plpgsql stored procedure to be recompiled every time that it's called, based on the...
Mike McGavin
08-31-2004 01:53 PM
Gaetano Mendola Go to last post
1 54
We have a list of customers, some of whom have purchased feature X and some of whom have not. If a customer has paid for featurex, they can use it,...
Benjamin Smith
08-31-2004 12:10 PM
Gaetano Mendola Go to last post
1 65
PostgreSQL: 7.4.1 Last week, I had a corrupt index on one table with 2 million rows. On a specific search, the database would SEGV. I dropped and...
Wes Palmer
08-31-2004 10:27 AM
Chester Kustarz Go to last post
3 72
please CC me. Are the UDF/functions/procedures written by users available in all schemas in a DB? ---------------------------(end of...
Dennis Gearon
08-31-2004 10:08 AM
Dennis Gearon Go to last post
0 60
I am trying to build pltcl.so and have a small problem. It builds fine butwhen I try to createlang, I get the dreaded "...server closed the...
Ian Harding
08-31-2004 09:51 AM
Ian Harding Go to last post
0 63
Hi all, I develop an application (JAVA/JSP) on RedHat PostgreSQL 7.4.3 with PostgreSQL 7.4.2 JDBC3 with SSL (build 213). This application needs to...
Elie Nacache
08-31-2004 06:58 AM
Tatsuo Ishii Go to last post
5 74
I know this question has been discussed, probably multiple times, but I can't seem to access archives.postgresql.org today.... I need to select all...
David Parker
08-31-2004 05:44 AM
Oleg Bartunov Go to last post
2 65
Hi! I'm new to PostgreSQL (and C) and what I'm trying to do is to store a query plan on disc (in a binary file). My approach is to use SPI functions...
Katsaros Kwn/nos
08-31-2004 05:32 AM
Katsaros Kwn/nos Go to last post
0 58
hi tom, thanks for your tipps. now it works for me. but i could not use a numeric array, because i found no way to assign the new calculated values...
Thomas Chille
08-31-2004 05:23 AM
Thomas Chille Go to last post
0 54
Hi. I have a PostgreSQL 7.4.3 DB in a debian box. I´ve created an Unicode DB in it. I connect to that linux from windows using PuTTY. My problem is...
OKI
08-31-2004 03:25 AM
OKI Go to last post
0 54
On Aug 27, 2004, at 5:27 AM, Joel wrote: As far as I know, collation is essentially how an index is ordered, correct? So that when I so an "ORDER...
Peter Eisentraut
08-31-2004 03:17 AM
Joel Go to last post
38 262
Okay, not much traffic on the postgres.odbc group so I'll try here. I'm trying to get postgresql and excel x to talk over odbc and a cup of tea but...
Tim Perkins
08-31-2004 12:43 AM
Peter Eisentraut Go to last post
1 74
Hello list, I'm having a performance issue with a trigger before update, a single row update take this explain analyze update detpp set...
Josué Maldonado
08-30-2004 04:02 PM
Josué Maldonado Go to last post
0 57
I need to be able to build postgres (7.4.3) with a given --prefix, but then pack up the installation directory and deploy it in another directory (as...
David Parker
08-30-2004 03:54 PM
Tom Lane Go to last post
9 90
Hi, I have a text file I need to import into Postgres, v. 7.2. The file has a header row. I want to begin the import at the line below the header...
John Alexander
08-30-2004 01:21 PM
John Alexander Go to last post
0 52
Hello list, Is there a way to write a common/generic trigger function for multiple tables to save in a column (stamp) the last time a row was...
Josué Maldonado
08-30-2004 11:37 AM
mallah@trade-india.com Go to last post
1 76
Hi all 'SELECT (null * null)' returns null 'SELECT (null - 0)' returns null 'SELECT ((null * null) - 0)' gives the following error - ERROR:...
Frank Millman
08-30-2004 11:17 AM
Tom Lane Go to last post
2 59
Hi all, I have received via the Advocacy questions about optimising a database server using PostgreSQL. The people asking the questions are...
Francois Suter
08-30-2004 10:37 AM
Scott Marlowe Go to last post
3 64
On Mon, 30 Aug 2004, Russell Smith wrote: It looks to me that it turns into a NULL date. I'm not sure why it's doing that rather than an error,...
Stephan Szabo
08-30-2004 10:33 AM
Tom Lane Go to last post
1 54
I haven't had a chance to try it yet, but it looks like it will do what you want. Thomas F.O'Connell wrote: ---------------------------(end of...
Thomas F.O'Connell
08-30-2004 09:10 AM
Matthew T. O'Connor Go to last post
7 60
On Aug 27, 2004, at 5:16 PM, Joshua D. Drake wrote: Thanks... On which transaction would I set that? The short one or the long one? Or both? And...
Greg Stark
08-30-2004 08:58 AM
Vivek Khera Go to last post
6 50
is so,can someone direct me to the location? Tia ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading...
email lists
08-30-2004 08:29 AM
Michael Glaesemann Go to last post
1 66
Hello, What is the best method to debug a database that *sometimes* gets locked in the INSERT mode? ('ps -afx | grep postgres' shows me a process...
Philippe Lang
08-30-2004 07:47 AM
Csaba Nagy Go to last post
1 54
Post New Thread

Display Options
Showing threads 1001 to 1050 of 4769
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 - 2012, Jelsoft Enterprises Ltd.