Re: [PORTS] Port Bug Report: can't create clusters for some tables

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tim Webster <tim(at)thecolorworks(dot)com>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: can't create clusters for some tables
Date: 1999-06-10 23:07:00
Message-ID: 199906102307.TAA04302@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Can't reproduce. Works here.

>
> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> Your name : Tim Webster
> Your email address : tim(at)thecolorworks(dot)com
>
> Category : runtime: back-end: SQL
> Severity : serious
>
> Summary: can't create clusters for some tables
>
> System Configuration
> --------------------
> Operating System : LinuxPPC, Release 4
>
> PostgreSQL version : 6.4
>
> Compiler used : gcc
>
> Hardware:
> ---------
> PPC, 64M RAM
>
> Versions of other tools:
> ------------------------
>
>
> --------------------------------------------------------------------------
>
> Problem Description:
> --------------------
> Somewhere, somehow, the last characters of some (but not all) tables' names are dropped, causing the cluster command to fail, i.e.:
>
> switchboard=> create index jobscoresidx on jobscores(jobnum);
> CREATE
> switchboard=> cluster jobscoresidx on jobscores;
> ERROR: Relation jobscore Does Not Exist!
>
>
> --------------------------------------------------------------------------
>
> Test Case:
> ----------
>
>
> --------------------------------------------------------------------------
>
> Solution:
> ---------
>
>
> --------------------------------------------------------------------------
>
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Carlos Andres Villegas V. 1999-06-10 23:15:27 bugs? corrected?
Previous Message Bruce Momjian 1999-06-10 22:58:22 Re: [PORTS] Patch for m68k architecture