| From: | "Arkadiusz Malinowski" <am_sik(at)poczta(dot)onet(dot)pl> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | no Relation no 'id' in psql and PGAccess |
| Date: | 2001-08-24 07:16:14 |
| Message-ID: | 9m4v43$7fk$1@news.tpi.pl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I install PostgreSQL 7.1.3 first time and have problem.
I create table Klient with PGAccess and
- from it when I do "table open" a see every data
- when I tried filter ID=32 I see error no column 'id'
in psql I can't do any select on table Klient
error : no Relation
command \dt show this table
then I create second table in psql klienci
when query looks like select * from klienci, select count(*) from klienci
everything is ok
but when I tried select Id, Nazwa from klienci the error apear no 'id'
what is wrong or what I'm doing incorrect?
maybe there is problem with lower and upper case
I tried also
copy klienci from '..' DELIMITER '|' was incorrect error parse error near
'delimiter'
copy klienci from '..' delimiter '|' was correct
any ideas?
columns in table:
Id int4
Nazwa text
NIP text
...
Arek Malinowski
| From | Date | Subject | |
|---|---|---|---|
| Next Message | tony | 2001-08-24 08:09:45 | Re: resin-cmp, apache1.3.20, ultradev4, and postgresql7.0 problems |
| Previous Message | Denis Gasparin | 2001-08-24 06:54:23 | Re: |