1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Stamp 7.4.1.

Update 7.4.1 FAQ's to current.
This commit is contained in:
Bruce Momjian
2003-12-13 16:57:36 +00:00
parent dbc5177883
commit 735614c1cf
10 changed files with 44 additions and 48 deletions

18
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4. # Generated by GNU Autoconf 2.53 for PostgreSQL 7.4.1.
# #
# Report bugs to <pgsql-bugs@postgresql.org>. # Report bugs to <pgsql-bugs@postgresql.org>.
# #
@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='PostgreSQL' PACKAGE_NAME='PostgreSQL'
PACKAGE_TARNAME='postgresql' PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='7.4' PACKAGE_VERSION='7.4.1'
PACKAGE_STRING='PostgreSQL 7.4' PACKAGE_STRING='PostgreSQL 7.4.1'
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
ac_unique_file="src/backend/access/common/heaptuple.c" ac_unique_file="src/backend/access/common/heaptuple.c"
@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures PostgreSQL 7.4 to adapt to many kinds of systems. \`configure' configures PostgreSQL 7.4.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -830,7 +830,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of PostgreSQL 7.4:";; short | recursive ) echo "Configuration of PostgreSQL 7.4.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -950,7 +950,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
PostgreSQL configure 7.4 PostgreSQL configure 7.4.1
generated by GNU Autoconf 2.53 generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL $as_me 7.4, which was It was created by PostgreSQL $as_me 7.4.1, which was
generated by GNU Autoconf 2.53. Invocation command line was generated by GNU Autoconf 2.53. Invocation command line was
$ $0 $@ $ $0 $@
@ -17985,7 +17985,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by PostgreSQL $as_me 7.4, which was This file was extended by PostgreSQL $as_me 7.4.1, which was
generated by GNU Autoconf 2.53. Invocation command line was generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -18047,7 +18047,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
PostgreSQL config.status 7.4 PostgreSQL config.status 7.4.1
configured by $0, generated by GNU Autoconf 2.53, configured by $0, generated by GNU Autoconf 2.53,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.3 2003/11/24 13:11:27 petere Exp $ dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.4 2003/12/13 16:57:36 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
@ -21,7 +21,7 @@ dnl The GNU folks apparently haven't heard that some people don't use
dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
m4_define([info], [doc]) m4_define([info], [doc])
m4_define([infodir], [docdir]) m4_define([infodir], [docdir])
AC_INIT([PostgreSQL], [7.4], [pgsql-bugs@postgresql.org]) AC_INIT([PostgreSQL], [7.4.1], [pgsql-bugs@postgresql.org])
m4_undefine([infodir]) m4_undefine([infodir])
m4_undefine([info]) m4_undefine([info])
AC_SUBST(docdir) AC_SUBST(docdir)

18
doc/FAQ
View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Nov 15 23:41:03 EST 2003 Last updated: Sat Nov 29 23:54:03 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -253,7 +253,7 @@
1.7) What is the latest release? 1.7) What is the latest release?
The latest release of PostgreSQL is version 7.3.4. The latest release of PostgreSQL is version 7.4.
We plan to have major releases every six to eight months. We plan to have major releases every six to eight months.
@ -430,11 +430,10 @@
Yes, there are several graphical interfaces to PostgreSQL available. Yes, there are several graphical interfaces to PostgreSQL available.
These include PgAccess http://www.pgaccess.org), PgAdmin III These include PgAccess http://www.pgaccess.org), PgAdmin III
(http://www.pgadmin.org, Win32-only), RHDB Admin (http://www.pgadmin.org, RHDB Admin (http://sources.redhat.com/rhdb/ )
(http://sources.redhat.com/rhdb/ ) and Rekall ( and Rekall ( http://www.thekompany.com/products/rekall/, proprietary).
http://www.thekompany.com/products/rekall/, proprietary). There is There is also PHPPgAdmin ( http://phppgadmin.sourceforge.net/ ), a
also PHPPgAdmin ( http://phppgadmin.sourceforge.net/ ), a web-based web-based interface to PostgreSQL.
interface to PostgreSQL.
See http://techdocs.postgresql.org/guides/GUITools for a more detailed See http://techdocs.postgresql.org/guides/GUITools for a more detailed
list. list.
@ -879,8 +878,8 @@ BYTEA bytea variable-length byte array (null-byte safe)
4.15.1) How do I create a serial/auto-incrementing field? 4.15.1) How do I create a serial/auto-incrementing field?
PostgreSQL supports a SERIAL data type. It auto-creates a sequence and PostgreSQL supports a SERIAL data type. It auto-creates a sequence.
index on the column. For example, this: For example, this:
CREATE TABLE person ( CREATE TABLE person (
id SERIAL, id SERIAL,
name TEXT name TEXT
@ -892,7 +891,6 @@ BYTEA bytea variable-length byte array (null-byte safe)
id INT4 NOT NULL DEFAULT nextval('person_id_seq'), id INT4 NOT NULL DEFAULT nextval('person_id_seq'),
name TEXT name TEXT
); );
CREATE UNIQUE INDEX person_id_key ON person ( id );
See the create_sequence manual page for more information about See the create_sequence manual page for more information about
sequences. You can also use each row's OID field as a unique value. sequences. You can also use each row's OID field as a unique value.

View File

@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed Oct 29 21:40:18 EST 2003 Last updated: Sat Nov 29 23:56:43 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)

View File

@ -1,7 +1,7 @@
How to install PostgreSQL on Windows How to install PostgreSQL on Windows
==================================== ====================================
$Date: 2003/11/14 18:07:48 $ $Date: 2003/12/13 16:57:36 $
PostgreSQL requires the appropriate subset of Cygwin DLLs to be PostgreSQL requires the appropriate subset of Cygwin DLLs to be
installed in order that it functions under Windows. installed in order that it functions under Windows.

View File

@ -25,9 +25,9 @@ System Configuration
--------------------- ---------------------
Architecture (example: Intel Pentium) : Architecture (example: Intel Pentium) :
Operating System (example: Linux 2.0.26 ELF) : Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL-7.4): PostgreSQL-7.4 PostgreSQL version (example: PostgreSQL-7.4.1): PostgreSQL-7.4.1
Compiler used (example: gcc 2.95.2) : Compiler used (example: gcc 2.95.2) :

View File

@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Sat Nov 15 23:41:03 EST 2003</P> <P>Last updated: Sat Nov 29 23:54:03 EST 2003</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@ -326,7 +326,7 @@
<H4><A name="1.7">1.7</A>) What is the latest release?</H4> <H4><A name="1.7">1.7</A>) What is the latest release?</H4>
<P>The latest release of PostgreSQL is version 7.3.4.</P> <P>The latest release of PostgreSQL is version 7.4.</P>
<P>We plan to have major releases every six to eight months.</P> <P>We plan to have major releases every six to eight months.</P>
@ -554,8 +554,7 @@
<P>Yes, there are several graphical interfaces to PostgreSQL available. <P>Yes, there are several graphical interfaces to PostgreSQL available.
These include PgAccess <a href="http://www.pgaccess.org"> These include PgAccess <a href="http://www.pgaccess.org">
http://www.pgaccess.org</a>), PgAdmin III (<a http://www.pgaccess.org</a>), PgAdmin III (<a
href="http://www.pgadmin.org">http://www.pgadmin.org</a>, href="http://www.pgadmin.org">http://www.pgadmin.org</a>, RHDB Admin (<a
Win32-only), RHDB Admin (<a
href="http://sources.redhat.com/rhdb/">http://sources.redhat.com/rhdb/ href="http://sources.redhat.com/rhdb/">http://sources.redhat.com/rhdb/
</a>) and Rekall (<a href="http://www.thekompany.com/products/rekall/"> </a>) and Rekall (<a href="http://www.thekompany.com/products/rekall/">
http://www.thekompany.com/products/rekall/</a>, proprietary). There is http://www.thekompany.com/products/rekall/</a>, proprietary). There is
@ -1102,7 +1101,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
serial/auto-incrementing field?</H4> serial/auto-incrementing field?</H4>
<P>PostgreSQL supports a <SMALL>SERIAL</SMALL> data type. It <P>PostgreSQL supports a <SMALL>SERIAL</SMALL> data type. It
auto-creates a sequence and index on the column. For example, auto-creates a sequence. For example,
this:</P> this:</P>
<PRE> <PRE>
CREATE TABLE person ( CREATE TABLE person (
@ -1118,7 +1117,6 @@ BYTEA bytea variable-length byte array (null-byte safe)
id INT4 NOT NULL DEFAULT nextval('person_id_seq'), id INT4 NOT NULL DEFAULT nextval('person_id_seq'),
name TEXT name TEXT
); );
CREATE UNIQUE INDEX person_id_key ON person ( id );
</PRE> </PRE>
See the <I>create_sequence</I> manual page for more information See the <I>create_sequence</I> manual page for more information

View File

@ -12,7 +12,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for <H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1> PostgreSQL</H1>
<P>Last updated: Wed Oct 29 21:40:18 EST 2003</P> <P>Last updated: Sat Nov 29 23:56:43 EST 2003</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@ -89,7 +89,7 @@
<B>What development environment (OS, system, compilers, etc) is <B>What development environment (OS, system, compilers, etc) is
required to develop code?</B> required to develop code?</B>
<P><A href="http://developers.postgresql.org">Developers Corner</A> on the <P><A href="http://developer.postgresql.org">Developers Corner</A> on the
website has links to this information. The distribution tarball website has links to this information. The distribution tarball
itself includes all the extra tools and documents that go beyond a itself includes all the extra tools and documents that go beyond a
good Unix-like development environment. In general, a modern unix good Unix-like development environment. In general, a modern unix

View File

@ -3,8 +3,8 @@
/* /*
* Parts of pg_config.h that you get with autoconf on other systems * Parts of pg_config.h that you get with autoconf on other systems
*/ */
#define PG_VERSION "7.4" #define PG_VERSION "7.4.1"
#define PG_VERSION_STR "7.4 (win32)" #define PG_VERSION_STR "7.4.1 (win32)"
#define SYSCONFDIR "" #define SYSCONFDIR ""

View File

@ -1,8 +1,8 @@
#include <winver.h> #include <winver.h>
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,4,0,0 FILEVERSION 7,4,1,0
PRODUCTVERSION 7,4,0,0 PRODUCTVERSION 7,4,1,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
FILEFLAGS 0 FILEFLAGS 0
FILEOS VOS__WINDOWS32 FILEOS VOS__WINDOWS32
@ -15,13 +15,13 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "\0" VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0" VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "7, 4, 0, 0\0" VALUE "FileVersion", "7, 4, 1, 0\0"
VALUE "InternalName", "libpq\0" VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2000\0" VALUE "LegalCopyright", "Copyright (C) 2003\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0" VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0" VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "7, 4, 0, 0\0" VALUE "ProductVersion", "7, 4, 1, 0\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"