mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
Cleanup a double pg-setting setting.
That is now taken care of in the main query macros.
This commit is contained in:
parent
073f012d1a
commit
87f8e2392e
@ -198,7 +198,6 @@
|
||||
(defun truncate-tables (dbname table-name-list)
|
||||
"Truncate given TABLE-NAME in database DBNAME"
|
||||
(with-pgsql-transaction (:dbname dbname)
|
||||
(set-session-gucs *pg-settings*)
|
||||
(let ((sql (format nil "TRUNCATE ~{~a~^,~};"
|
||||
(loop :for table-name :in table-name-list
|
||||
:collect (apply-identifier-case table-name)))))
|
||||
|
Loading…
Reference in New Issue
Block a user