| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | pg_stat_file() and length/size |
| Date: | 2005-08-14 04:47:24 |
| Message-ID: | 200508140447.j7E4lOs12363@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
I am thinking the proper term for the first column of pg_stat_file() is
"size", not "length".
test=> select * from pg_stat_file('.');
length | atime | mtime | ctime | isdir
--------+------------------------+------------------------+------------------------+-------
512 | 2005-08-13 23:06:38-04 | 2005-08-13 23:06:54-04 | 2005-08-13 23:06:54-04 | t
(1 row)
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dawid Kuroczko | 2005-08-14 08:24:24 | Re: psql SET/RESET/SHOW tab completion |
| Previous Message | Bruce Momjian | 2005-08-14 03:06:38 | Re: PATCH to allow concurrent VACUUMs to not lock each |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2005-08-14 09:52:28 | Re: [HACKERS] For review: Server instrumentation patch |
| Previous Message | Bruce Momjian | 2005-08-14 03:06:38 | Re: PATCH to allow concurrent VACUUMs to not lock each |