Skip to content

Commit eb383f2

Browse files
Damien EscaichDamien Escaich
Damien Escaich
authored and
Damien Escaich
committed
Add flush query logging
1 parent 45b2312 commit eb383f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ replace query logging
1818
on my_database;
1919
```
2020

21+
### Flush query logging data from memory to table
22+
23+
```sql
24+
FLUSH QUERY LOGGING WITH ALL;
25+
```
26+
2127
## Explain plan
2228

2329
### Activate verbose explain plan for the session:

0 commit comments

Comments
 (0)