Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8bd6c1f8
Commit
8bd6c1f8
authored
May 04, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polishing for 7.0 release. Fix up inconsistant spacing in release notes.
parent
7db607f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+4
-2
doc/src/sgml/ports.sgml
doc/src/sgml/ports.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+9
-9
No files found.
doc/src/sgml/installation.sgml
View file @
8bd6c1f8
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.1
0 2000/05/02 20:01:51
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.1
1 2000/05/04 16:15:08
thomas Exp $
Postgres quick Installation Guide.
- thomas 1998-10-26
...
...
@@ -106,7 +106,8 @@ Your name here...
and is almost certainly adequate for a first installation. But you may want to
do an initial installation up to the point of unpacking the source tree
and installing documentation, and then print or browse the
<citetitle>Administrator's Guide</citetitle>.</para>
<citetitle>Administrator's Guide</citetitle>.
</para>
</chapter>
...
...
@@ -114,6 +115,7 @@ Your name here...
&install;
&config;
&release;
®ress;
<!--
<INDEX> </INDEX>
...
...
doc/src/sgml/ports.sgml
View file @
8bd6c1f8
...
...
@@ -71,7 +71,7 @@
<entry>v6.5.3</entry>
<entry>2000-02-18</entry>
<entry>MIPSPro 7.3.1.1m N32 build.
<ulink url="hxpro@cinesite.co.uk">Kevin Wheatley</ulink></entry>
<ulink url="
mailto:
hxpro@cinesite.co.uk">Kevin Wheatley</ulink></entry>
</row>
<row>
<entry>Linux 2.0.x</entry>
...
...
@@ -214,7 +214,7 @@
<entry>v7.0</entry>
<entry>2000-03-30</entry>
<entry>Uses Cygwin library.
<ulink url="mailto:horak@sit.plzen-city.cz">Daniel Horak</ulink>
)
</entry>
<ulink url="mailto:horak@sit.plzen-city.cz">Daniel Horak</ulink></entry>
</row>
</tbody>
</tgroup>
...
...
doc/src/sgml/release.sgml
View file @
8bd6c1f8
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.4
7 2000/05/02 20:01:52
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.4
8 2000/05/04 16:15:08
thomas Exp $
-->
<chapter id="release">
...
...
@@ -243,19 +243,19 @@ Fix log() on numeric type (Tom)
Deprecate ':' and ';' operators
Allow vacuum of temporary tables
Disallow inherited columns with the same name as new columns
Recover or force failure when disk space is exhausted(Hiroshi)
Recover or force failure when disk space is exhausted
(Hiroshi)
Fix INSERT INTO ... SELECT with AS columns matching result columns
Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns(Tom)
Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT(Tom)
Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns
(Tom)
Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT
(Tom)
Fix UNION with LIMIT
Fix CREATE TABLE x AS SELECT 1 UNION SELECT 2
Fix CREATE TABLE test(col char(2) DEFAULT user)
Fix mismatched types in CREATE TABLE ... DEFAULT
Fix SELECT * FROM pg_class where oid in (0,-1)
Fix SELECT COUNT('asdf') FROM pg_class WHERE oid=12
Prevent user who can create databases can modifying pg_database table(Peter E)
Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
Fix INSERT of 0.0 into DECIMAL(4,4) field(Tom)
Prevent user who can create databases can modifying pg_database table
(Peter E)
Fix btree to give a useful elog when key > 1/2 (page - overhead)
(Tom)
Fix INSERT of 0.0 into DECIMAL(4,4) field
(Tom)
Enhancements
------------
...
...
@@ -376,8 +376,8 @@ New pg_options.sample file
New SET FSYNC command (Massimo)
Allow pg_descriptions when creating tables
Allow pg_descriptions when creating types, columns, and functions
Allow psql \copy to allow delimiters(Peter E)
Allow psql to print nulls as distinct from "" [null](Peter E)
Allow psql \copy to allow delimiters
(Peter E)
Allow psql to print nulls as distinct from "" [null]
(Peter E)
Types
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment