~ubuntu-branches/ubuntu/oneiric/pgpool2/oneiric

« back to all changes in this revision

Viewing changes to test/timestamp/expected/misc.out

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy
  • Date: 2010-02-17 13:58:08 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217135808-vqxtfe80r5z8toje
Tags: 2.3.2.1-0ubuntu1
* New upstream release (2.3.2.1)
 * Lots of bug fixes
 * Add SSL support
 * Add support for large object replication
 * Enhanced replication (TIMESTAMP, DATES)
 * Save node status on restart
 * Some other minor changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DELETE FROM "rel1" WHERE  ("c1"='2009-01-01 23:59:59.123456+09'::text::date )
 
2
PREPARE "q" ("date",timestamptz) AS DELETE FROM "rel1" WHERE  ( ("c1"=$1 ) AND  ("c3"=$2::text::date ))
 
3
EXECUTE "q" ("timestamptz"('2009-01-01 23:59:59.123456+09'::text))