mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
trying to parse COPY options exactly in psql's \copy support. Instead, just send the options as-is and let the backend sort it out. Emmanuel Cecchet