feat: wrapper for pg_dumpall
This commit is contained in:
@@ -34,6 +34,8 @@ Parameters defining syntax for blocks controlling loops or nested structures.
|
||||
Finalizes the section declaration block.
|
||||
*Example:* `do ` | `:`
|
||||
|
||||
*Example*
|
||||
|
||||
*Section Example:*
|
||||
```tpl
|
||||
{% for item in items do
|
||||
@@ -140,4 +142,4 @@ Enables calling functions with arguments.
|
||||
- **Unclosed Tags:** Must return an error.
|
||||
- **Missing Fields/Functions/Templates:** Configurable to either return an error or warning.
|
||||
- **Circular Includes:** Detect when possible.
|
||||
- **No Shadowing:** Variables defined in section tags must not conflict with context variable names, otherwise, return an error.
|
||||
- **No Shadowing:** Variables defined in section tags must not conflict with context variable names, otherwise, return an error.
|
||||
|
||||
Reference in New Issue
Block a user