mirror of https://github.com/postgres/postgres
parent
b171f5956e
commit
266a280584
@ -1,20 +1,20 @@ |
||||
<![%single-book;[ |
||||
|
||||
<!entity cite-admin "the <citetitle>PostgreSQL Administrator's Guide</citetitle>"> |
||||
<!entity cite-developer "the <citetitle>PostgreSQL Developer's Guide</citetitle>"> |
||||
<!entity cite-programmer "the <citetitle>PostgreSQL Programmer's Guide</citetitle>"> |
||||
<!entity cite-reference "the <citetitle>PostgreSQL Reference Manual</citetitle>"> |
||||
<!entity cite-tutorial "the <citetitle>PostgreSQL Tutorial</citetitle>"> |
||||
<!entity cite-user "the <citetitle>PostgreSQL User's Guide</citetitle>"> |
||||
<!entity cite-admin "<citetitle>PostgreSQL Administrator's Guide</citetitle>"> |
||||
<!entity cite-developer "<citetitle>PostgreSQL Developer's Guide</citetitle>"> |
||||
<!entity cite-programmer "<citetitle>PostgreSQL Programmer's Guide</citetitle>"> |
||||
<!entity cite-reference "<citetitle>PostgreSQL Reference Manual</citetitle>"> |
||||
<!entity cite-tutorial "<citetitle>PostgreSQL Tutorial</citetitle>"> |
||||
<!entity cite-user "<citetitle>PostgreSQL User's Guide</citetitle>"> |
||||
|
||||
]]> |
||||
<![%set-of-books;[ |
||||
|
||||
<!entity cite-admin "the <xref linkend='admin'>"> |
||||
<!entity cite-developer "the <xref linkend='developer'>"> |
||||
<!entity cite-programmer "the <xref linkend='programmer'>"> |
||||
<!entity cite-reference "the <xref linkend='reference'>"> |
||||
<!entity cite-tutorial "the <xref linkend='tutorial'>"> |
||||
<!entity cite-user "the <xref linkend='user'>"> |
||||
<!entity cite-admin "<xref linkend='admin'>"> |
||||
<!entity cite-developer "<xref linkend='developer'>"> |
||||
<!entity cite-programmer "<xref linkend='programmer'>"> |
||||
<!entity cite-reference "<xref linkend='reference'>"> |
||||
<!entity cite-tutorial "<xref linkend='tutorial'>"> |
||||
<!entity cite-user "<xref linkend='user'>"> |
||||
|
||||
]]> |
||||
|
@ -1,95 +0,0 @@ |
||||
<!-- |
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/y2k.sgml,v 1.14 2002/01/08 20:03:58 momjian Exp $ |
||||
--> |
||||
|
||||
<sect1 id="y2k"> |
||||
<title>Y2K Statement</title> |
||||
|
||||
<note> |
||||
<title>Author</title> |
||||
|
||||
<para> |
||||
Written by Thomas Lockhart |
||||
(<email>lockhart@fourpalms.org</email>) |
||||
on 1998-10-22. Updated 2000-03-31. |
||||
</para> |
||||
</note> |
||||
|
||||
<para> |
||||
The <productname>PostgreSQL</productname> Global Development Group provides |
||||
the <productname>PostgreSQL</productname> software code tree as a public service, |
||||
without warranty and without liability for its behavior or performance. |
||||
However, at the time of writing: |
||||
</para> |
||||
|
||||
<itemizedlist> |
||||
<listitem> |
||||
<para> |
||||
The author of this statement, a volunteer on the |
||||
<productname>PostgreSQL</productname> |
||||
support team since November, 1996, is not aware of |
||||
any problems in the <productname>PostgreSQL</productname> code base related |
||||
to time transitions around Jan 1, 2000 (Y2K). |
||||
</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> |
||||
The author of this statement is not aware of any reports of Y2K problems |
||||
uncovered in regression testing |
||||
or in other field use of recent or current versions |
||||
of <productname>PostgreSQL</productname>. We might have expected |
||||
to hear about problems if they existed, given the installed base and |
||||
the active participation of users on the support mailing lists. |
||||
</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> |
||||
To the best of the author's knowledge, the |
||||
assumptions <productname>PostgreSQL</productname> |
||||
makes about dates specified with a two-digit year |
||||
are documented in the current <citetitle>User's Guide</citetitle> |
||||
in the chapter on data types. |
||||
For two-digit years, the significant transition year is 1970, not 2000; |
||||
e.g. <literal>70-01-01</literal> is interpreted as 1970-01-01, |
||||
whereas <literal>69-01-01</literal> is interpreted as 2069-01-01. |
||||
</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> |
||||
Any Y2K problems in the underlying OS related to obtaining the |
||||
<quote>current time</quote> may propagate into apparent Y2K problems in |
||||
<productname>PostgreSQL</productname>. |
||||
</para> |
||||
</listitem> |
||||
</itemizedlist> |
||||
|
||||
<para> |
||||
Refer to |
||||
<ulink url="http://www.gnu.org/software/year2000.html">The GNU Project</ulink> |
||||
and |
||||
<ulink url="http://language.perl.com/news/y2k.html">The Perl Institute</ulink> |
||||
for further discussion of Y2K issues, particularly |
||||
as it relates to open source, no fee software. |
||||
</para> |
||||
|
||||
</sect1> |
||||
|
||||
<!-- Keep this comment at the end of the file |
||||
Local variables: |
||||
mode:sgml |
||||
sgml-omittag:nil |
||||
sgml-shorttag:t |
||||
sgml-minimize-attributes:nil |
||||
sgml-always-quote-attributes:t |
||||
sgml-indent-step:1 |
||||
sgml-indent-data:t |
||||
sgml-parent-document:nil |
||||
sgml-default-dtd-file:"./reference.ced" |
||||
sgml-exposed-tags:nil |
||||
sgml-local-catalogs:("/usr/lib/sgml/catalog") |
||||
sgml-local-ecat-files:nil |
||||
End: |
||||
--> |
Loading…
Reference in new issue