Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update postgresql_type.go: accept "timestamp" as a case (#3811)
the only type accepted as a case for postgres type `timestamp` is `pg_catalog.timestamp`. It would be better if `timestamp` was also accepted directly, just as `timestamptz` is.
- Loading branch information