END LOGGING | Teradata Connector | QueryGrid - END LOGGING - Teradata QueryGrid

Teradata® QueryGrid™ Installation and User Guide

Product
Teradata QueryGrid
Release Number
2.19
Published
July 2022
Language
English (United States)
Last Update
2022-07-28
dita:mapPath
jpf1654813554544.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
Product Category
Analytical Ecosystem

Purpose

Ends the auditing of SQL requests that started with a BEGIN LOGGING request.

This topic describes only the portions of the END LOGGING syntax diagram specific to Teradata QueryGrid. For information about the other END LOGGING syntax, see Teradata® Database SQL Data Definition Language - Syntax and Examples, B035-1144.

Syntax

END LOGGING [ DENIALS ] [ WITH TEXT ] ON
  { ALL | { operation | GRANT } [,...] }
  [ FOR CONSTRAINT constraint_name ]
  [ ON on_clause ] [,...] [;]

Syntax Elements

on_clause
{  AUTHORIZATION authorization_name |

  DATABASE database_name |

  USER user_name |

  { TABLE | VIEW | MACRO | PROCEDURE | FUNCTION | TYPE | FOREIGN SERVER }
    [ database_name | user_name ] object_name
}