BATCH-1571: fix paging queries for Postgres

This commit is contained in:
dsyer
2010-05-19 07:55:23 +00:00
parent a7c1a1e07b
commit 90c63f71dc
11 changed files with 92 additions and 37 deletions

View File

@@ -241,6 +241,13 @@
<optional>true</optional>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.3-603.jdbc3</version>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>