|
@@ -60,6 +60,7 @@ cat <<EOF
|
|
db rorun <id> ....................... execute read-only SQL query from
|
|
db rorun <id> ....................... execute read-only SQL query from
|
|
\$id variable
|
|
\$id variable
|
|
db show <table> ..................... display table content
|
|
db show <table> ..................... display table content
|
|
|
|
+ db showg <table> .................... display formatted table content
|
|
EOF
|
|
EOF
|
|
}
|
|
}
|
|
USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_db_ops"
|
|
USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_db_ops"
|