From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | metaresolve <solvemetare(at)gmail(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Problems Importing table to pgadmin |
Date: | 2016-12-07 23:28:14 |
Message-ID: | CAKFQuwZwh7nd0gi-Vi2OB75fmXFg5R7KTwLCsQPKoByLbi03EQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Dec 7, 2016 at 4:13 PM, metaresolve <solvemetare(at)gmail(dot)com> wrote:
> However, when I look at the table it's got the OID fields in there. From
> what I read, the default is set to off, so I don't understand why they're
> creating them.
>
> <http://postgresql.nabble.com/file/n5933807/30652992334_36a60a0fed.jpg>
>
The first 7 fields in the image are system fields that are always present
but should never be visible. I'd raise a complaint over on
pgadmin-support(at)postgresql(dot)org - or learn the psql utility.
Also,
On the second image you are using double-quotes to delimit a string
literal. This is wrong. PostgreSQL always uses single quotes to indicate
literal string value double quotes are reserved for object identifiers
(table names, column names, etc).
David J.
From | Date | Subject | |
---|---|---|---|
Next Message | metaresolve | 2016-12-07 23:37:25 | Re: Problems Importing table to pgadmin |
Previous Message | metaresolve | 2016-12-07 23:13:34 | Problems Importing table to pgadmin |