Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / General PostgreSQL Topics / August 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Multicolumn Primary Key01 Sep 2004 00:45 GMT5
We've got a table that has a definition as follows:
CREATE TABLE linking_table (
    fk        int8 REFERENCES source_table( pk1 ),
    value    int8,
expected both swapped tables to have TOAST tables01 Sep 2004 00:37 GMT2
I tried to truncate a table and received the following error:
"expected both swapped tables to have TOAST tables".
Googling provided no insight. What does it mean?
Version 7.4.1.
[OT?] Problems with majordomo :-)31 Aug 2004 23:56 GMT3
So sorry for the OT :-)
I'm experiencing some weird behaviour by majordomo-owner (not answering
my posts, even older than a week) and also with pgsql-novice and cygwin,
I addressed a few posts to them which are nowhere to be seen (a search
cannot reach http:/archives.postgresql.org31 Aug 2004 23:25 GMT3
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@postgresql.org do not answer my
'requests for clarification', majordomo is not responding to my
Single Row Table?31 Aug 2004 22:24 GMT13
I have got a table which is supposed to contain only one row. It does
not have any primary keys defined.
So, essentially, when a new insert happens in that table, I would like
it (the insert) to fail if there is already a row existing in that
Substring result short by 131 Aug 2004 21:49 GMT2
I have a question about substring(), when I run the following query:
prepaid=# select substring('15148300', 0, 5);
substring
-----------
Change config of running PGSQL31 Aug 2004 21:20 GMT2
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.  How
do I change those  parms without reinstalling the whole thing.  I would
normally go through the archives, but they appear to be ...
Microsoft Project and PostgreSQL?31 Aug 2004 21:17 GMT2
Does anyone have experiences using PostgreSQL for storing Microsoft
Project data?  MS Access, SQL Server and Oracle are supported
according to the manual.  A simple test with PostgreSQL results in an
error something like 'Unknown data type "lo"'.  
About "lock file postmaster.pid" Error , cannot setup postmaster31 Aug 2004 21:09 GMT2
I met a  problem about cannot start postmaster.
The situation I met is that I was running postmaster, but because of the
server closed all my konsole. As a result, I did not shutdown postmaster
successfully. Next time, when I tried to run
Forcing a stored procedure recompile31 Aug 2004 19:53 GMT1
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 values of the
parameters that it's given?  I assumed it would be possible, but
unfortunately haven't been able to find any documentation on how to
Storing a query plan...31 Aug 2004 18:28 GMT1
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 to get the query plan and then
transform it into a 'storable' format (Replacing the pointers with
Conditional foreign key?31 Aug 2004 18:11 GMT1
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, and a
strict relationship between cust_items.items_id and items.id, but only if
they are signed up to use featurex, otherwise I want ...
ALTER INDEX broken in CVS head?31 Aug 2004 17:14 GMT1
Dear debuggers,
Sorry again if it was already reported or it is a work in progress, but I
cannot have access to the list archives right now.
On my linux box with a cvs-head updated  this morning:
DB failure?31 Aug 2004 16:27 GMT3
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 recreated the index
involved in the search, and did a REINDEX on the primary key.  That problem
Arbitrary precision arithmatic with pgsql31 Aug 2004 16:13 GMT8
The docs says that numeric type supports numbers upto
any precision
<docs>
8.1.2. Arbitrary Precision Numbers
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.