We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7294b commit 6857908Copy full SHA for 6857908
.github/workflows/rust.yml
@@ -185,7 +185,7 @@ jobs:
185
c13 character varying NOT NULL
186
);'
187
psql -d "$POSTGRES_DB" -h "$POSTGRES_HOST" -p "$POSTGRES_PORT" -U "$POSTGRES_USER" -c "
188
- \COPY test FROM '$(pwd)/testing/data/csv/aggregate_test_100.csv' WITH (FORMAT csv, HEADER true);
+ \copy test FROM '$(pwd)/testing/data/csv/aggregate_test_100.csv' WITH (FORMAT csv, HEADER true);
189
"
190
env:
191
POSTGRES_HOST: localhost
0 commit comments