mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the RE-SQL generation for GreenPlum external tables. Fixes #3431
This commit is contained in:
committed by
Dave Page
parent
7a06acb678
commit
155f82676d
@@ -48,7 +48,7 @@ OPTIONS (
|
||||
)
|
||||
{% endif %}
|
||||
ENCODING '{{ table.pgEncodingToChar }}'
|
||||
{% if table.rejectLimit and table.rejectLimit|length > 0 %}
|
||||
{% if table.rejectLimit and table.rejectLimit > 0 %}
|
||||
{% if table.errorTableName and table.errorTableName|length > 0 %}
|
||||
LOG ERRORS {% endif %}SEGMENT REJECT LIMIT {{ table.rejectLimit }} {{ rejectionLimit }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user