[Reversed Engineered SQL] Security Labels is not available for PostgreSQL <= 9.1
parent
cf170821cb
commit
b41066a6b6
|
@ -832,6 +832,8 @@ class DatabaseView(PGChildNodeView):
|
|||
return internal_server_error(errormsg=res1)
|
||||
|
||||
# Get Formatted Security Labels
|
||||
if 'seclabels' in result:
|
||||
# Security Labels is not available for PostgreSQL <= 9.1
|
||||
frmtd_sec_labels = parse_sec_labels_from_db(result['seclabels'])
|
||||
result.update(frmtd_sec_labels)
|
||||
|
||||
|
|
Loading…
Reference in New Issue