Skip to content

Commit 3c36cb4

Browse files
authored
Rename postgres_average_row-size.sql to postgres_average_row_size.sql
1 parent 986ed1c commit 3c36cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/postgres_average_row-size.sql renamed to postgres/postgres_average_row_size.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ SELECT
2323
COALESCE(rc.row_count, 1) AS row_count,
2424
(ts.total_size / NULLIF(rc.row_count, 0)) AS avg_row_size
2525
FROM table_size ts
26-
LEFT JOIN row_count rc ON ts.table_name = rc.table_name;
26+
LEFT JOIN row_count rc ON ts.table_name = rc.table_name;

0 commit comments

Comments
 (0)