Re: [HACKERS] connection names
Zeugswetter Andreas <andreas.zeugswetter@telecom.at>
From: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
To: "'Michael Meskes'" <meskes@topsystem.de>
Cc: "'hackers@postgresql.org'" <hackers@postgresql.org>
Date: 1998-05-08T15:20:22Z
Lists: 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