Re: ERROR: relation "table" does not exist - HELP

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "itamar" <itamar(at)ispbrasil(dot)com(dot)br>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: ERROR: relation "table" does not exist - HELP
Date: 2004-12-11 07:48:47
Message-ID: D425483C2C5C9F49B5B7A41F8944154705571B@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That happens when you type:

\d

From the PSQL sql prompt, like this:

connxetl=# \d

List of relations

Name | Type | Owner

-------------------------------+----------+----------

ActiveRange | table | datasync

ActiveRangeSequence | sequence | datasync

AndScheduleStoplight | table | datasync

AndTaskStoplight | table | datasync

AssemblyDomain | table | datasync

AssemblyGroup | table | datasync

AssemblyParentTableGroups | table | datasync

AssemblyParentTasks | table | datasync

AssemblyProgress | table | datasync

AssemblyTasks | table | datasync

EmailDomain | table | datasync

EmailDomainSequence | sequence | datasync

ErrorStatusDictionary | table | datasync

Frequency | table | datasync

GlobalUniqueSequence | sequence | datasync

GroupProgress | table | datasync

Groups | table | datasync

GroupsSequence | sequence | datasync

GuiObjectInfo | table | datasync

IntervalFilter | table | datasync

IntervalFilterSequence | sequence | datasync

IntervalType | table | datasync

IntervalTypeSequence | sequence | datasync

OfThe | table | datasync

OfTheSequenceMUID | sequence | datasync

OfTheSequenceSUID | sequence | datasync

OrScheduleStoplight | table | datasync

OrTaskStoplight | table | datasync

ParentAssemblies | table | datasync

ParentTableGroups | table | datasync

ParentTasks | table | datasync

Periods | table | datasync

PeriodsSequence | sequence | datasync

PriorityDomain | table | datasync

PriorityDomainSequence | sequence | datasync

Schedule | table | datasync

ScheduleSequence | sequence | datasync

ScheduleTrigger | table | datasync

SourceAssemblyTables | table | datasync

SourceTaskTables | table | datasync

StartTime | table | datasync

StartTimeSequence | sequence | datasync

StatusDomain | table | datasync

TableCollection | table | datasync

TableGroup | table | datasync

TableGroupParentAssemblies | table | datasync

TableGroupParentTasks | table | datasync

TableList | table | datasync

TableListSequence | sequence | datasync

TableParentAssemblies | table | datasync

TableParentTasks | table | datasync

TableProgress | table | datasync

TargetAssemblyTables | table | datasync

TargetTaskTables | table | datasync

TaskGroup | table | datasync

TaskParentAssemblies | table | datasync

TaskParentTables | table | datasync

TaskProgress | table | datasync

TaskTypeDomain | table | datasync

Tasks | table | datasync

TimeoutUnits | table | datasync

TimeoutUnitsSequence | sequence | datasync

WorkflowSettings | table | datasync

WorkflowSettingsSequence | sequence | datasync

XorScheduleStoplight | table | datasync

XorTaskStoplight | table | datasync

________________________________

From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of itamar
Sent: Friday, December 10, 2004 7:54 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] ERROR: relation "table" does not exist - HELP

when I run

select * from "table"

I get this error.

ERROR: relation "table" does not exist

Itamar Reis Peixoto
+55 34 3238 3845
+55 38 9107 1250
http://www.ispbrasil.com.br

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip Michael D Vargas 2004-12-11 09:54:53 I need your advice thank you
Previous Message Chris Travers 2004-12-11 06:53:04 Re: postgresql and javascript