1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

"time" is now a reserved keyword(changed to "mtime").

This commit is contained in:
Tatsuo Ishii
2001-10-24 08:07:22 +00:00
parent 97ab49beb0
commit f8aa02eb85
3 changed files with 13 additions and 6 deletions

View File

@ -1,4 +1,4 @@
pgbench 1.3 README 2001/09/09 Tatsuo Ishii (t-ishii@sra.co.jp)
pgbench README 2001/10/24 Tatsuo Ishii (t-ishii@sra.co.jp)
o What is pgbench?
@ -153,6 +153,9 @@ Basically it is same as BSD license. See pgbench.c for more details.
o History
2001/10/24
* "time"->"mtime"
2001/09/09
* Add -U, -P, -C options
@ -164,4 +167,4 @@ o History
* More robust when backends die
* Add -S option (select only)
1999/09/04 pgbench-1.0 released
1999/09/04 pgbench-1.0 released