mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Since Postgres 9.6.8, at the top of the output of `pg_dump` it adds the line:
```sql
SELECT pg_catalog.set_config('search_path', '', false);
```
We must provide an absolute table reference to avoid errors when importing schema.sql.
|
||
|---|---|---|
| .. | ||
| db.go | ||
| db_test.go | ||
| driver.go | ||
| driver_test.go | ||
| mysql.go | ||
| mysql_test.go | ||
| postgres.go | ||
| postgres_test.go | ||
| sqlite.go | ||
| sqlite_test.go | ||
| utils.go | ||
| utils_test.go | ||
| version.go | ||