Re: [HACKERS] DBI/DBD anyone?

Поиск
Список
Период
Сортировка
От Maarten Boekhold
Тема Re: [HACKERS] DBI/DBD anyone?
Дата
Msg-id Pine.SUN.3.91.980624101820.4818B-100000@dutepp2.et.tudelft.nl
обсуждение исходный текст
Ответ на DBI/DBD anyone?  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
On Tue, 23 Jun 1998, Vince Vielhaber wrote:

>
> I'm sending this one to both hackers and interfaces (not sure which one
> it really pertains to) but I have the reply-to set to interfaces.
>
> Anyway...
>
> I'm trying to set up dbd/dbi and all went well until I got to test DBD.
> The README says it's for 6.2+, but fails when trying to create a table
> like so:
>
> CREATE TABLE builtin (
>  bool    bool,
>  char    char,
>  char16  char16,
>  text    text,
>  date    date,
>  int4    int4,
>  int4_   int4[],
>  float8  float8,
>  point   point,
>  lseg    lseg,
>  box     box
> )
>
> I get the error:  ERROR:  parser: parse error at or near "char"
>
> Same thing when I try to create it from psql.  Since I know I can

Hmmmm, isn't 'char' a reserved word? try to create this table with
different column names....

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|                   Department of Electrical Engineering                    |
|           Computer Architecture and Digital Technique section             |
|                          M.Boekhold@et.tudelft.nl                         |
-----------------------------------------------------------------------------


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

Предыдущее
От: t-ishii@sra.co.jp
Дата:
Сообщение: crypt password authentication does not work in cross platform env
Следующее
От: Peter Mount
Дата:
Сообщение: Re: [HACKERS] crypt password authentication does not work in cross platform env