pgcrypto deprecated functions?

Started by Michael Fuhrover 19 years ago6 messageshackers
Jump to latest
#1Michael Fuhr
mike@fuhr.org

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

--
Michael Fuhr

#2Bruce Momjian
bruce@momjian.us
In reply to: Michael Fuhr (#1)
Re: pgcrypto deprecated functions?

Michael Fuhr wrote:

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

Yes, I see this text:

The `digest_exists()`, `hmac_exists()` and `cipher_exists()` functions
are deprecated. The plan is to remove them in PostgreSQL 8.2.

Would someone address this?

--
Bruce Momjian bruce@momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#3Bruce Momjian
bruce@momjian.us
In reply to: Michael Fuhr (#1)
Re: pgcrypto deprecated functions?

Michael Fuhr wrote:

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

Marko, any comment on this pgcrypto item?

--
Bruce Momjian bruce@momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#4Marko Kreen
markokr@gmail.com
In reply to: Bruce Momjian (#3)
Re: pgcrypto deprecated functions?

On 8/30/06, Bruce Momjian <bruce@momjian.us> wrote:

Michael Fuhr wrote:

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

Marko, any comment on this pgcrypto item?

Heh, I had it forgotten. Lets do it. Although there's no hurry with it,
delaying just will annoy more users.

Also, update my email address.

--
marko

Attachments:

deprec.difftext/x-patch; charset=ANSI_X3.4-1968; name=deprec.diffDownload+13-106
#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Marko Kreen (#4)
Re: pgcrypto deprecated functions?

"Marko Kreen" <markokr@gmail.com> writes:

On 8/30/06, Bruce Momjian <bruce@momjian.us> wrote:

Michael Fuhr wrote:

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

Marko, any comment on this pgcrypto item?

Heh, I had it forgotten. Lets do it. Although there's no hurry with it,
delaying just will annoy more users.
Also, update my email address.

Applied, thanks.

regards, tom lane

#6Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#5)
Re: pgcrypto deprecated functions?

Tom Lane wrote:

"Marko Kreen" <markokr@gmail.com> writes:

On 8/30/06, Bruce Momjian <bruce@momjian.us> wrote:

Michael Fuhr wrote:

In README.pgcrypto, Section 2.3 "Deprecated functions" says that
digest_exists(), hmac_exists(), and cipher_exists() are planned to
be removed in PostgreSQL 8.2. Those functions still exist -- should
they be removed or does that section need updating?

Marko, any comment on this pgcrypto item?

Heh, I had it forgotten. Lets do it. Although there's no hurry with it,
delaying just will annoy more users.
Also, update my email address.

Applied, thanks.

FYI, and email address updated.

--
Bruce Momjian bruce@momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +