Re: [HACKERS] connection names - Mailing list pgsql-hackers

From Andreas Zeugswetter
Subject Re: [HACKERS] connection names
Date
Msg-id 01BD7AA5.9A0C1EC0@zeugswettera.user.lan.at
Whole thread Raw
Responses Re: [HACKERS] connection names  (Michael Meskes <meskes@topsystem.de>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Bug in linking in old libraries
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] compile problem in libpq