Re: [HACKERS] initdb problem and operator question

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] initdb problem and operator question
Дата
Msg-id 354545CC.CFF4C0C8@alumni.caltech.edu
обсуждение исходный текст
Ответ на initdb problem and operator question  (Michael Meskes <meskes@topsystem.de>)
Ответы Re: [HACKERS] initdb problem and operator question  (Michael Meskes <meskes@topsystem.de>)
Список pgsql-hackers
> I'd like to know if the operator "->" is in use for something. I'd
> like to use it for C variables to be able to do something like this:
>
> select name into :structpointer->name
>
> If it is used though I have to disable this feature.

Not currently used. afaik this syntax wasn't allowed in the Ingres
embedded SQL. Do other ones allow it? Perhaps you could implement it in
your scanner as a special case? That way, extra spaces could be used to
allow "->" to continue to be a potential Postgres operator...

                       - Tom

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [INTERFACES] retrieving varchar size
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] New Driver and Unique Indexes