vscode-pgsql
vscode-pgsql copied to clipboard
remove linebreak processing
Long query results are returning with additional line breaks that where not present in psql output.
For example next query must return continuos sequence of 'A', but extension returns it with line break inside.
SELECT REPEAT('A',8192)