mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Add missing column to GROUP BY. (#633)
This commit is contained in:
parent
8a361a0ff8
commit
62991bd5c5
@ -14,4 +14,4 @@
|
||||
~:[~*~;and table_name in (~{'~a'~^,~})~]
|
||||
~:[~*~;and (~{table_name ~a~^ or ~})~]
|
||||
~:[~*~;and (~{table_name ~a~^ and ~})~]
|
||||
GROUP BY table_name, index_name;
|
||||
GROUP BY table_name, index_name, index_type;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user