You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3 functions need to be ported to support PG{14,15}.
pg_analyze_and_rewrite for pg14
pg_analyze_and_rewrite_fixedparams for >=pg15
Value for pg14
String for >= pg15
EmitWarningsOnPlaceholders for pg14
MarkGUCPrefixReserved for >= pg15
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,10 @@ There is currently only one GUC parameter to enable/disable the `pg_parquet`:
235
235
> Any type that does not have a corresponding Parquet type will be represented, as a fallback mechanism, as `BYTE_ARRAY` with `STRING` logical type. e.g. `enum`
236
236
237
237
## Postgres Support Matrix
238
-
`pg_parquet`is tested with the following PostgreSQL versions:
238
+
`pg_parquet`supports the following PostgreSQL versions:
0 commit comments