diff options
| author | Bruce Momjian | 2004-04-30 04:14:06 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-04-30 04:14:06 +0000 |
| commit | 4a73eb5ab1552913b2831ec0bd978dccb95f7b5b (patch) | |
| tree | 7e75a59a26a263012d47bc23010919b9e1bf830f /src/timezone | |
| parent | d248a67af1d849438e146bccd46adb1eb0a9f3b5 (diff) | |
Minor adjustments to enable public-domain timezone library to be called
from our code.
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/README b/src/timezone/README index 79b6ee7d97..bfea93f1bb 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -1,7 +1,7 @@ This is a PostgreSQL adapted version of the timezone library from: -ftp://elsie.nci.nih.gov/pub/tz*.tar.gz + ftp://elsie.nci.nih.gov/pub/tz*.tar.gz The interface is used when USE_PGTZ is defined at the top level. This will cause the following functions to be redefined: |
