From: | Anil Jangam <anilj(at)indts(dot)com> |
---|---|
To: | "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, Anil Jangam <anilj(at)indts(dot)com>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: Database - Table browing problem. |
Date: | 2001-12-14 10:51:26 |
Message-ID: | F73B646FCC01D5118F530002B32C337263B249@INDTS_FS |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi Dave,
It worked. But why is there a difference between the interfaces?? Is it
because of the use of capital letters in the definition of the table names??
Is it a standard behavier or pgSQL/pgAdmin limitation??
Here is another doubt. When the table is created from the psql console, its
not pssible to see its proerties in the pgAdmin interface. However I can see
the table details e.g. columns, checks, FKs etc. The error message says:
An error has occured in pgAdminII:frmMain.tvTable
Number: 2147467259
Error:person: permission denied.
-anil.
> > -----Original Message-----
> > From: Anil Jangam [mailto:anilj(at)indts(dot)com]
> > Sent: 14 December 2001 09:41
> > To: 'pgsql-cygwin(at)postgresql(dot)org'
> > Subject: [CYGWIN] Database - Table browing problem.
> > Importance: High
> >
> >
> > Hi,
> >
> > I have successfully created a user (createuser command) and
> > the database (using createdb command). Now when I create a
> > table either by using the create table commnd or through
> > pgAdmin interface, its creating the table succesfully.. but
> > when I try to see the contents of the table i.e. select *
> > from <table name>; it gives the error message,
> >
> > "ERROR: Relation '<table name>' does not exist
> >
> > What could be the problem?? I couldn't resolve it.
>
> pgAdmin will allow you to create a table with capital letters
> in the name.
> If you have done this, then make sure you surround the name
> in quotes in
> your select query e.g.
>
> SELECT * FROM "MixedCaseName"
>
> Regards, Dave
>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-12-14 11:00:14 | Re: Database - Table browing problem. |
Previous Message | Dave Page | 2001-12-14 10:38:01 | Re: Database - Table browing problem. |