From 7ecdca1b8cbecc7ebd10ad1dab189aa3736f580b Mon Sep 17 00:00:00 2001 From: Alberto Asuero Date: Mon, 5 Sep 2016 11:52:39 +0200 Subject: [PATCH] Improve CDB_UserTables doc --- doc/CDB_UserTables.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CDB_UserTables.md b/doc/CDB_UserTables.md index 6c918ee..7378621 100644 --- a/doc/CDB_UserTables.md +++ b/doc/CDB_UserTables.md @@ -3,7 +3,11 @@ List the name of available tables (only the usable ones) #### Using the function ```sql ---- Returns a row for each table having given permission with the table name +--- Returns a row for each table having given permission with the table name. +--- It also returns tables from others users if you've permission to see them. For example, consider the following scenario: +--- User X and User Y at account C. +--- User X has a public table T. +--- User Y will see table T. --- Currently accepted permissions are: 'public', 'private' or 'all' SELECT CDB_UserTables(perms) ```