Sha256: 8185f007e824cbf192502a3d9af348ebbc4f23b65cd7520f89d35dfb573a1c48

Contents?: true

Size: 566 Bytes

Versions: 12

Compression:

Stored size: 566 Bytes

Contents

COPY "t" FROM 'xxx' 
COPY "t" FROM STDIN 
COPY "t"("x", "y") FROM 'xxx' 
COPY "t" FROM 'xxx' BINARY 
COPY "t" FROM 'xxx' CSV HEADER QUOTE '#' ESCAPE '$' FORCE NOT NULL "foo", "bar"
COPY "t" FROM 'xxx' OIDS 
COPY "t" FROM 'xxx' DELIMITERS ',' 
COPY "t" FROM 'xxx' NULL 'x' 
COPY "t" TO 'yyy' 
COPY "t" TO STDOUT 
COPY "t"("x", "y") TO 'yyy' 
COPY "t" TO 'yyy' BINARY 
COPY "t" FROM 'xxx' CSV HEADER QUOTE '#' ESCAPE '$' FORCE QUOTE "foo", "bar"
COPY "t" TO 'yyy' OIDS 
COPY "t" TO 'yyy' DELIMITERS ',' 
COPY "t" TO 'yyy' NULL 'x' 
COPY ( SELECT * FROM "t") TO 'xxx' 

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
prestogres-0.4.8 pgpool2/test/parser/expected/copy.out
prestogres-0.4.7 pgpool2/test/parser/expected/copy.out
prestogres-0.4.6 pgpool2/test/parser/expected/copy.out
prestogres-0.4.5 pgpool2/test/parser/expected/copy.out
prestogres-0.4.4 pgpool2/test/parser/expected/copy.out
prestogres-0.4.3 pgpool2/test/parser/expected/copy.out
prestogres-0.4.2 pgpool2/test/parser/expected/copy.out
prestogres-0.4.1 pgpool2/test/parser/expected/copy.out
prestogres-0.4.0 pgpool2/test/parser/expected/copy.out
prestogres-0.3.0 pgpool2/test/parser/expected/copy.out
prestogres-0.2.0 pgpool2/test/parser/expected/copy.out
prestogres-0.1.0 pgpool2/test/parser/expected/copy.out