Skip to content

Commit

Permalink
add column parent_statement_path_len in plscope_identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Jul 10, 2017
1 parent 536f007 commit 20d7520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Column Name | Description
```text``` | ```text``` of the referenced source code line
```parent_statement_type``` | ```type``` of the parent statement (```NULL``` if parent is not a SQL statement)
```parent_statement_signature``` | ```signature``` of the parent statement (```NULL``` if parent is not a SQL statement)
```parent_statement_path_len``` | ```path_len``` of the parent statement (```NULL``` if parent is not a SQL statement)
```is_used``` | ```YES``` if a declared identifier has been referenced, otherwise ```NO```. ```NULL``` when ```is_used``` is not applicable for an identifier (e.g. SQL statements).

#### Query
Expand Down

0 comments on commit 20d7520

Please sign in to comment.