| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Gabi Julien <gabi(dot)julien(at)broadsign(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Postgresql 9.1 pg_last_xact_replay_timestamp limitations |
| Date: | 2010-12-08 20:24:03 |
| Message-ID: | 20406.1291839843@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Gabi Julien <gabi(dot)julien(at)broadsign(dot)com> writes:
> I just tried with postgresql 9.1alpha from http://www.enterprisedb.com/products/pgdevdownload.do (linux x86-32):
> postgres=# select pg_last_xact_replay_timestamp(), now() as not_modified_since;
> ERROR: function pg_last_xact_replay_timestamp() does not exist
> LINE 1: select pg_last_xact_replay_timestamp(), now() as not_modifie...
> ^
> HINT: No function matches the given name and argument types. You might need to add explicit type casts.
> A bug in the package?
No, only lack of a time machine. That function was added on 2010-11-09
according to the git logs. alpha2 froze at the end of October.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2010-12-08 20:54:20 | Re: Uncommitted Data |
| Previous Message | Gabi Julien | 2010-12-08 20:15:32 | Re: Postgresql 9.1 pg_last_xact_replay_timestamp limitations |