Skip to content

Commit 83c9adb

Browse files
committed
Documentation and examples
1 parent 6a0510c commit 83c9adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Each connection pool will start one IO thread used in communicating with Postgre
5858

5959
### Prepared statements
6060

61-
Prepared statements use native PostgreSQL syntax $<index>. Supported parameter types are all primitive types, `String`, temporal types in `java.sql` package and `byte[]`.
61+
Prepared statements use native PostgreSQL syntax `$index`. Supported parameter types are all primitive types, `String`, temporal types in `java.sql` package and `byte[]`.
6262

6363
```java
6464
pool.query("insert into message(id, body) values($1, $2)", Arrays.asList(123, "hello"),

0 commit comments

Comments
 (0)