/
githubmirror
/
postgres-compatibility-tests
Обзор
Документация
Войти
/
githubmirror
/
postgres-compatibility-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
apps/c/pgbench/pg_dump_data_patch_format.sh
6 строк
76 B
Timofey Koolin
remove typing from dump patcher
27 окт 2023, 18:55
27 окт 2023, 18:55
fd629f5
Код
Авторство
О чём код?
#!/bin/bash set -eu sed -e 's/^INSERT INTO public./INSERT INTO /' | \ cat