Merge pull request #67179 from Blargian/docs_filesystemUnreserved

[Docs] rename `filesystemFree` to `filesystemUnreserved`
This commit is contained in:
Raúl Marín 2024-07-26 10:27:08 +00:00 committed by GitHub
commit 9ff1492245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -2102,14 +2102,14 @@ Result:
└─────────────────┘
```
## filesystemFree
## filesystemUnreserved
Returns the total amount of the free space on the filesystem hosting the database persistence. See also `filesystemAvailable`
Returns the total amount of the free space on the filesystem hosting the database persistence. (previously `filesystemFree`). See also [`filesystemAvailable`](#filesystemavailable).
**Syntax**
```sql
filesystemFree()
filesystemUnreserved()
```
**Returned value**
@ -2121,7 +2121,7 @@ filesystemFree()
Query:
```sql
SELECT formatReadableSize(filesystemFree()) AS "Free space";
SELECT formatReadableSize(filesystemUnreserved()) AS "Free space";
```
Result:

View File

@ -1622,6 +1622,7 @@ filesystem
filesystemAvailable
filesystemCapacity
filesystemFree
filesystemUnreserved
filesystems
finalizeAggregation
fips