AW: Coping with 'C' vs 'newC' function language names

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Coping with 'C' vs 'newC' function language names
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368116@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: Coping with 'C' vs 'newC' function language names
Список pgsql-hackers
> > We need the 7.0 style for compatibility with other DB's. Postgres was 
> > "the" pioneer in this area, but similar functionality is now available in other DB's.
> 
> Could you explain?  PostgreSQL cant be compatible in C level, why
> the SQL compatibility?  (I mean the LANGUAGE 'C' specifically)

C code compatible with Informix:

int32 intadd (int32 a, int32 b)
{return a + b;
}

This is the same code that was standard in PostgreSQL 7.0

Andreas


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

Предыдущее
От: "carl garland"
Дата:
Сообщение: Re: Re: [GENERAL] PHPBuilder article -- Postgres vs MySQL
Следующее
От: "'Marko Kreen'"
Дата:
Сообщение: Re: Coping with 'C' vs 'newC' function language names