Re: Cannot Create tables - on Windows XP

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Cannot Create tables - on Windows XP
Дата
Msg-id AB00173C-27FC-11D9-A3CC-000A95C88220@myrealbox.com
обсуждение исходный текст
Ответ на Re: Cannot Create tables - on Windows XP  (ishaame@bluewin.ch)
Список pgsql-novice
On Oct 27, 2004, at 6:33 PM, ishaame@bluewin.ch wrote:

> I think I had syntax  wrong while creating a table under psql. Now I
> have
> managed to create a table.

Glad to hear you got it working in psql!

> But the problem persists under pgAdminIII. Here
> is the SQL created by pgAdminIII when attempting to create a table
> under
> it:

Unfortunately, I have no experience with PgAdminIII. I don't know if
it's been updated to work with v8.0 (though I'm sure there are plans to
do so if it hasn't been done already).

>    "Neno" "char"(50),

It appears the problem is with the quotes around "char". I've never
seen types quoted like this before (though that doesn't mean it's not
valid). Removing the double quotes allowed it to work on my 8.0beta1
install.

However, like you said, you probably can't change the SQL generated by
PgAdminIII. I'm curious to read what people experience with PgAdminIII
have to say.

Good luck,

Michael Glaesemann
grzm myrealbox com


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

Предыдущее
От: ishaame@bluewin.ch
Дата:
Сообщение: Re: Cannot Create tables - on Windows XP
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Simple function question