to my last letter about embedded SQL

Поиск
Список
Период
Сортировка
От Memphisto
Тема to my last letter about embedded SQL
Дата
Msg-id Pine.GSO.3.96.981008160210.21140B-100000@valerie.inf.elte.hu
обсуждение исходный текст
Ответы SELECT Date  (Andy Lewis <alewis@mpsi.net>)
Список pgsql-general
Well, I investigated the problem and found out, that in fact, the table is
'created', because the file representing the table called
/usr/local/pgsql/data/base/szoli1/perftest EXISTS, but can't reach neither
via psql nor via pgaccess. But can't create a table with the same name:
szoli1=> create table perftest(number int4);
ERROR:  cannot create perftest
ERROR:  cannot create perftest

So there's some inconsistence in PostgreSQL.
When I found out what happened, removed the whole postgreSQL package and
reinstalled it from scratch. But when runned the program again got the
same results. However psql and pgaccess works fine when I create a table
with them and fill these tables with data.
 If anyone has some idea what to do please mail me.

            Thanks in advance

                Sebestyén Zoltán

P.S.: I forgot to describe my system: It's a FreeBSD-2.2.7-RELEASE system
running on a PII-300 box

--------------------------------------------------------------------------------
Sebestyén Zoltán AKA Memphisto        It all seems so stupid,
                    it makes me want to give up.
szoli@neumann.cs.elte.hu        But why should I give up,
                                        when it all seems so stupid?

MAKE INSTALL NOT WAR            And please avoid Necrosoft Widows





В списке pgsql-general по дате отправления:

Предыдущее
От: Memphisto
Дата:
Сообщение: No clue for embedded SQL
Следующее
От: Memphisto
Дата:
Сообщение: My further experiences with ecpg