Re: [PHPLIB] SQL probs with phplib

Поиск
Список
Период
Сортировка
От Kristian Köhntopp
Тема Re: [PHPLIB] SQL probs with phplib
Дата
Msg-id 35FCE1B1.49CB7635@shonline.de
обсуждение исходный текст
Ответ на SQL probs with phplib  ("Oliver Duke-Williams" <oduke@gisca.adelaide.edu.au>)
Список pgsql-sql
Oliver Duke-Williams wrote:
>   changed varchar(14) DEFAULT '' NOT NULL,

> ERROR:  type name lookup of changed failed

changed is a regular varchar(14) and should be taken by Postgres without
problems. At least my Postgres did.

> ERROR:  parser: Syntax error at or near "k_username"

Just don´t name that key (leave out the k_username). Alternatively
define the table without keys first and add the keys later using the
CREATE INDEX statement.

> Having drawn a blank in searching list archives, I'd be grateful
> for any advice about what the correct pgsql versions of the above
> should be.

Postgres support is new in release-5 of PHPLIB. There are not many
success reports with Postgres up to now. I am a MySQL type myself and
very new to Postgres...

Kristian

--
SH Online Dienst GmbH, Kristian Koehntopp,
Siemenswall, 24107 Kiel, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)

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

Предыдущее
От: "Szandor van Verseveld"
Дата:
Сообщение: Re: [PHPLIB] SQL probs with phplib
Следующее
От: Vladimir Sovetov
Дата:
Сообщение: CREATE GROUP?