摘要:
#!/bin/bash # Source database credentials SRC_DB_HOST="localhost" SRC_DB_PORT="5442" SRC_DB_NAME="postgres" SRC_DB_USER="myuser" SRC_DB_PASS='mypwd' # 阅读全文
posted @ 2024-03-14 21:23
DBAGPT
阅读(34)
评论(0)
推荐(0)
摘要:
#!/bin/bash ################################################################################################################################## # # Nam 阅读全文
posted @ 2024-03-14 21:22
DBAGPT
阅读(36)
评论(0)
推荐(0)
摘要:
#!/bin/bash ################################################## # # check_postgresql_db_table_rowsnum_and_sizing.sh # # This scripts iterates arti data 阅读全文
posted @ 2024-03-14 21:19
DBAGPT
阅读(54)
评论(0)
推荐(0)
摘要:
#!/bin/bash ################################################################ # # calculate_a_pure_size_of_the_postgres_db.sh # # This script calculate 阅读全文
posted @ 2024-03-14 21:17
DBAGPT
阅读(119)
评论(0)
推荐(0)
摘要:
This post demonstrates an example of a Bash script that connects to a DB and prints a list of tables, their records number, and size. The result set i 阅读全文
posted @ 2024-03-14 21:16
DBAGPT
阅读(26)
评论(0)
推荐(0)

浙公网安备 33010602011771号