Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 12eeb56

Browse files
author
Artur Zakirov
committed
Fix README
1 parent e616f4b commit 12eeb56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ example:
1010

1111
```sql
1212
SELECT pgv_set_int('vars', 'int1', 101);
13-
1413
BEGIN;
15-
1614
SELECT pgv_set_int('vars', 'int2', 102);
17-
1815
ROLLBACK;
1916

2017
SELECT * FROM pgv_list() order by package, name;

0 commit comments

Comments
 (0)