Re: Cannot Create tables - on Windows XP
От | ishaame@bluewin.ch |
---|---|
Тема | Re: Cannot Create tables - on Windows XP |
Дата | |
Msg-id | 412EB53F002280F6@mssbzhb-int.msg.bluewin.ch обсуждение исходный текст |
Ответ на | Cannot Create tables - on Windows XP (ishaame@bluewin.ch) |
Ответы |
Re: Cannot Create tables - on Windows XP
|
Список | pgsql-novice |
Thanks. I think I had syntax wrong while creating a table under psql. Now I have managed to create a table. But the problem persists under pgAdminIII. Here is the SQL created by pgAdminIII when attempting to create a table under it: CREATE TABLE "Maneno" ( "Neno" "char"(50), "Neno_Asilia" "char"(50) NOT NULL, "Lugha_ya_Neno" "char"(20) NOT NULL, "Tafsiri_Neno" "char"(60), "Lugha_ya_Tafsiri" "char"(20) ) WITHOUT OIDS; ALTER TABLE "Maneno" OWNER TO ibrahim; Unfortunately I cannot edit the created SQL Thanks Ibrahim Michael Glaesemann wrote: > > On Oct 27, 2004, at 3:46 PM, ishaame@bluewin.ch wrote: > >> I have installed Postgresql 8 beta3 on my windows machine, and everytime >> I issue a commond to create a table I get this message "Error: syntax error >> at or near "(" " I get this message in both pgsql and pgAdminIII. >> >> Could anyone out there help. > > > I'm willing to help, but without seeing the actual command you're using to try to create a table, it's really hard. Could you show a complete example of what you're doing? > > Michael > Michael Glaesemann > grzm myrealbox com >
В списке pgsql-novice по дате отправления: