Skip to content

Commit a60b69c

Browse files
committed
Update 0085_how_to_quickly_check_data_type_and_storage_size_of_a_value.md
1 parent f652f1e commit a60b69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0085_how_to_quickly_check_data_type_and_storage_size_of_a_value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ doing so, you can "pack" 64 booleans inside a single `int8` value.
105105
A couple of more examples:
106106

107107
```sql
108-
nik=# select pg_column_size(interval '1s');
108+
nik=# select pg_column_size(now());
109109
pg_column_size
110110
---------------
111111
8

0 commit comments

Comments
 (0)