Re: [HACKERS] connection names

Поиск
Список
Период
Сортировка
От Andreas Zeugswetter
Тема Re: [HACKERS] connection names
Дата
Msg-id 01BD7AA5.9A0C1EC0@zeugswettera.user.lan.at
обсуждение исходный текст
Ответы Re: [HACKERS] connection names  (Michael Meskes <meskes@topsystem.de>)
Список pgsql-hackers
> user_name SQL_IDENTIFIED BY user_name
>
> This should allow us to accept the standard connect calls as well as the
> Oracle ones. Is there any major db system that uses a different syntax?

For the password Informix uses:
    connect to 'stores@zeusifx' USER 'informix' USING :passwd_host_variable;

The rest looks very compatible. Do you want me to send you the demo samples ?

Andreas




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Bug in linking in old libraries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] compile problem in libpq