Two novice questions

Поиск
Список
Период
Сортировка
От Jonathan Chum
Тема Two novice questions
Дата
Msg-id 5.0.2.1.1.20010114033715.02b6bac0@mail.bomb.net
обсуждение исходный текст
Ответы Re: Two novice questions  (Mike Castle <dalgoda@ix.netcom.com>)
Re: Two novice questions  (Tom Lane <tgl@sss.pgh.pa.us>)
Where docs on transactions?  (Francisco Reyes <fran@reyes.somos.net>)
Re: Two novice questions  ("Anthony E . Greene" <agreene@pobox.com>)
Список pgsql-novice
I have two problems. One, I would like to know how to remove a database. It
would always keep saying this:

PostgreSQL said: ERROR: DROP DATABASE: Database "blazeboard" is being
accessed by other users

I'm sure no one else is accessing it because I'm the only one who knows
that the database exists and ps doesn't show any other users connecting to it.

My second question is that I have created a table with a column, FID.
However, when I SELECT FID FROM table, it will result:

blazeboard=# SELECT FID FROM forum;
ERROR:  Attribute 'fid' not found

Could this be a bug? I'm using v7.03 if it matters. Thanks, and please
reply also to my email if you do reply.


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

Предыдущее
От: Cam Turner
Дата:
Сообщение: Creating New User?
Следующее
От: Neil Ernstzen
Дата:
Сообщение: Creating tables from VB