Re: overriding current_timestamp - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: overriding current_timestamp
Date
Msg-id 0E379B0D-EEFA-45FB-AC60-23F760B8D338@justatheory.com
Whole thread Raw
In response to Re: overriding current_timestamp  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Feb 27, 2012, at 4:29 AM, Peter Eisentraut wrote:

>> Sorry, starting at slide 480.
>
> That presentation only goes to slide 394.

Crimony, sorry, this presentation:
 http://www.slideshare.net/justatheory/test-drivern-database-development

Note that I put pg_catalog at the end of the search_path, so that my mocked function will be found before it gets found
inpg_catalog. If you don't add it to the end, it's implicitly the first item in the search path. 

Best,

David

pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: overriding current_timestamp
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Cleanup: use heap_open/heap_close consistently