RE: [GENERAL] Thing that makes me go "Hmmm"

From: Michael J Davis <michael(dot)j(dot)davis(at)tvguide(dot)com>
To: "'Bruce Tong'" <zztong(at)laxmi(dot)ev(dot)net>, PostgreSQL General <pgsql-general(at)postgreSQL(dot)org>
Subject: RE: [GENERAL] Thing that makes me go "Hmmm"
Date: 1999-05-03 19:03:39
Message-ID: 93C04F1F5173D211A27900105AA8FCFC145468@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are you out of disk space?
try
CREATE TABLE mytemp
(
id int4 unique not null,
mystr varchar(50)
);

> -----Original Message-----
> From: Bruce Tong [SMTP:zztong(at)laxmi(dot)ev(dot)net]
> Sent: Monday, May 03, 1999 12:49 PM
> To: PostgreSQL General
> Subject: [GENERAL] Thing that makes me go "Hmmm"
>
> I've been using PostgreSQL for a while on a project, and I needed to drop
> into psql just to try out some SQL to use in a program. Turns out
> everytime I try to create a simple table, it fails, but not in the same
> way...
>
> CREATE TABLE mytemp
> (
> id integer unique not null,
> mystr varchar(50)
> );
>
> Variation #1 says "ERROR: cannot create mytemp"
>
> Variation #2 says "pqReadData() -- backend closed the channel
> unexpectedly."
>
> I even destroyed and recreated the database thinking I've messed that up.
> I've also restarted the postmaster.
>
> I've probably forgotten something obvious, at least I hope that's the
> case, but since its had me stumped for 30 minutes I thought I'd ask for
> help. I'm using version 6.4.2.
>
>
> Bruce Tong | Got me an office; I'm there late at night.
> Systems Programmer | Just send me e-mail, maybe I'll write.
> Electronic Vision / FITNE |
> zztong(at)laxmi(dot)ev(dot)net | -- Joe Walsh for the 21st Century
>
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Tong 1999-05-03 19:10:11 RE: [GENERAL] Thing that makes me go "Hmmm"
Previous Message Bruce Momjian 1999-05-03 18:59:05 Re: [GENERAL] advice on buying sun hardware to run postgres