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
fc8f4bac
Commit
fc8f4bac
authored
Oct 15, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix assorted typos in the documentation, and use American spelling
rather than British. Patch from Michael Fuhr.
parent
e4cd1866
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
42 additions
and
42 deletions
+42
-42
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
doc/src/sgml/information_schema.sgml
doc/src/sgml/information_schema.sgml
+2
-2
doc/src/sgml/planstats.sgml
doc/src/sgml/planstats.sgml
+2
-2
doc/src/sgml/ref/alter_sequence.sgml
doc/src/sgml/ref/alter_sequence.sgml
+2
-2
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/copy.sgml
+2
-2
doc/src/sgml/ref/create_table_as.sgml
doc/src/sgml/ref/create_table_as.sgml
+2
-2
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_dumpall.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+19
-19
doc/src/sgml/rules.sgml
doc/src/sgml/rules.sgml
+3
-3
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+2
-2
doc/src/sgml/user-manag.sgml
doc/src/sgml/user-manag.sgml
+2
-2
doc/src/sgml/xfunc.sgml
doc/src/sgml/xfunc.sgml
+2
-2
No files found.
doc/src/sgml/config.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
0 2005/10/15 15:29:24 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
1 2005/10/15 20:12:32 neilc
Exp $
-->
-->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Run-time Configuration</title>
<title>Run-time Configuration</title>
...
@@ -2602,7 +2602,7 @@ SELECT * FROM parent WHERE key = 2400;
...
@@ -2602,7 +2602,7 @@ SELECT * FROM parent WHERE key = 2400;
Each recognized escape is replaced as outlined
Each recognized escape is replaced as outlined
below - anything else that looks like an escape is ignored. Other
below - anything else that looks like an escape is ignored. Other
characters are copied straight to the log line. Some escapes are
characters are copied straight to the log line. Some escapes are
only recogni
s
ed by session processes, and do not apply to
only recogni
z
ed by session processes, and do not apply to
background processes such as the postmaster. <application>Syslog</>
background processes such as the postmaster. <application>Syslog</>
produces its own
produces its own
time stamp and process ID information, so you probably do not want to
time stamp and process ID information, so you probably do not want to
...
...
doc/src/sgml/information_schema.sgml
View file @
fc8f4bac
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
1 2005/08/27 14:13:21 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
2 2005/10/15 20:12:32 neilc
Exp $ -->
<chapter id="information-schema">
<chapter id="information-schema">
<title>The Information Schema</title>
<title>The Information Schema</title>
...
@@ -3272,7 +3272,7 @@ ORDER BY c.ordinal_position;
...
@@ -3272,7 +3272,7 @@ ORDER BY c.ordinal_position;
</row>
</row>
<row>
<row>
<entry><literal>sql_language_co
m
formance</literal></entry>
<entry><literal>sql_language_co
n
formance</literal></entry>
<entry><type>character_data</type></entry>
<entry><type>character_data</type></entry>
<entry>
<entry>
The standard conformance level for the language binding. For
The standard conformance level for the language binding. For
...
...
doc/src/sgml/planstats.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.
3 2005/03/14 06:49:48
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.
4 2005/10/15 20:12:32
neilc Exp $
-->
-->
<chapter id="planner-stats-details">
<chapter id="planner-stats-details">
...
@@ -23,7 +23,7 @@ $PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.3 2005/03/14 06:49:48 neilc E
...
@@ -23,7 +23,7 @@ $PostgreSQL: pgsql/doc/src/sgml/planstats.sgml,v 1.3 2005/03/14 06:49:48 neilc E
<para>
<para>
The outputs and algorithms shown below are taken from version 8.0.
The outputs and algorithms shown below are taken from version 8.0.
The behavio
u
r of earlier (or later) versions may vary.
The behavior of earlier (or later) versions may vary.
</para>
</para>
<sect1 id="row-estimation-examples">
<sect1 id="row-estimation-examples">
...
...
doc/src/sgml/ref/alter_sequence.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.1
1 2005/09/13 15:24:57
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.1
2 2005/10/15 20:12:33
neilc Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -157,7 +157,7 @@ ALTER SEQUENCE <replaceable class="parameter">name</replaceable> SET SCHEMA <rep
...
@@ -157,7 +157,7 @@ ALTER SEQUENCE <replaceable class="parameter">name</replaceable> SET SCHEMA <rep
specified, any calls to <function>nextval</function> after the
specified, any calls to <function>nextval</function> after the
sequence has reached its maximum value will return an error.
sequence has reached its maximum value will return an error.
If neither <literal>CYCLE</literal> or <literal>NO
If neither <literal>CYCLE</literal> or <literal>NO
CYCLE</literal> are specified, the old cycle behavio
u
r will be
CYCLE</literal> are specified, the old cycle behavior will be
maintained.
maintained.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/ref/copy.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.
69 2005/10/13 14:44:58 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.
70 2005/10/15 20:12:33 neilc
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -482,7 +482,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
...
@@ -482,7 +482,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
Separated Value (<literal>CSV</>) file format used by many other
Separated Value (<literal>CSV</>) file format used by many other
programs, such as spreadsheets. Instead of the escaping used by
programs, such as spreadsheets. Instead of the escaping used by
<productname>PostgreSQL</productname>'s standard text mode, it
<productname>PostgreSQL</productname>'s standard text mode, it
produces and recogni
s
es the common CSV escaping mechanism.
produces and recogni
z
es the common CSV escaping mechanism.
</para>
</para>
<para>
<para>
...
...
doc/src/sgml/ref/create_table_as.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.
29 2005/01/09 05:57:45 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.
30 2005/10/15 20:12:33 neilc
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -143,7 +143,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
...
@@ -143,7 +143,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
<para>
<para>
Prior to <productname>PostgreSQL</productname> 8.0, <command>CREATE
Prior to <productname>PostgreSQL</productname> 8.0, <command>CREATE
TABLE AS</command> always included OIDs in the table it
TABLE AS</command> always included OIDs in the table it
produced. As of <productname>Postgre
s
SQL</productname> 8.0,
produced. As of <productname>PostgreSQL</productname> 8.0,
the <command>CREATE TABLE AS</command> command allows the user to
the <command>CREATE TABLE AS</command> command allows the user to
explicitly specify whether OIDs should be included. If the
explicitly specify whether OIDs should be included. If the
presence of OIDs is not explicitly specified,
presence of OIDs is not explicitly specified,
...
...
doc/src/sgml/ref/pg_dumpall.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.5
3 2005/10/10 22:29:47 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.5
4 2005/10/15 20:12:33 neilc
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -406,7 +406,7 @@ PostgreSQL documentation
...
@@ -406,7 +406,7 @@ PostgreSQL documentation
<para>
<para>
<xref linkend="app-pgdump">. Check there for details on possible
<xref linkend="app-pgdump">. Check there for details on possible
error conditions. Also see suppored environment variables
error conditions. Also see suppor
t
ed environment variables
(<xref linkend="libpq-envars">).
(<xref linkend="libpq-envars">).
</para>
</para>
</refsect1>
</refsect1>
...
...
doc/src/sgml/release.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.39
0 2005/10/11 21:17:11 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.39
1 2005/10/15 20:12:32 neilc
Exp $
Typical markup:
Typical markup:
...
@@ -5631,7 +5631,7 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -5631,7 +5631,7 @@ DROP SCHEMA information_schema CASCADE;
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
<listitem><para>ECPG fixes (Michael)</para></listitem>
<listitem><para>ECPG fixes (Michael)</para></listitem>
<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
<listitem><para>All
l
ow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
<listitem><para>Allow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
<para>
<para>
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
...
@@ -7262,7 +7262,7 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -7262,7 +7262,7 @@ DROP SCHEMA information_schema CASCADE;
<listitem>
<listitem>
<para>
<para>
Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-level privleges (Tom)
Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-level priv
i
leges (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -9782,7 +9782,7 @@ since <productname>PostgreSQL</productname> 7.1.
...
@@ -9782,7 +9782,7 @@ since <productname>PostgreSQL</productname> 7.1.
<para>
<para>
<programlisting>
<programlisting>
Remove unused WAL seg
e
ments of large transactions (Tom)
Remove unused WAL segments of large transactions (Tom)
Multiaction rule fix (Tom)
Multiaction rule fix (Tom)
PL/pgSQL memory allocation fix (Jan)
PL/pgSQL memory allocation fix (Jan)
VACUUM buffer fix (Tom)
VACUUM buffer fix (Tom)
...
@@ -10219,7 +10219,7 @@ Fix for psql \l+ when multibyte enabled (Tatsuo)
...
@@ -10219,7 +10219,7 @@ Fix for psql \l+ when multibyte enabled (Tatsuo)
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
Make vacuum always flush buffers (Tom)
Make vacuum always flush buffers (Tom)
Fix to allow cancel while waiting for a lock (Hiroshi)
Fix to allow cancel while waiting for a lock (Hiroshi)
Fix for memory al
o
ocation problem in user authentication code (Tom)
Fix for memory al
l
ocation problem in user authentication code (Tom)
Remove bogus use of int4out() (Tom)
Remove bogus use of int4out() (Tom)
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
Fix for failure of triggers on heap open in certain cases (Jeroen van
Fix for failure of triggers on heap open in certain cases (Jeroen van
...
@@ -10938,13 +10938,13 @@ Fix for EXPLAIN on inheritance(Tom)
...
@@ -10938,13 +10938,13 @@ Fix for EXPLAIN on inheritance(Tom)
Patch to allow vacuum on multisegment tables(Hiroshi)
Patch to allow vacuum on multisegment tables(Hiroshi)
R-Tree optimizer selectivity fix(Tom)
R-Tree optimizer selectivity fix(Tom)
ACL file descriptor leak fix(Atsushi Ogawa)
ACL file descriptor leak fix(Atsushi Ogawa)
New express
s
ion subtree code(Tom)
New expression subtree code(Tom)
Avoid disk writes for read-only transactions(Vadim)
Avoid disk writes for read-only transactions(Vadim)
Fix for removal of temp tables if last transaction was aborted(Bruce)
Fix for removal of temp tables if last transaction was aborted(Bruce)
Fix to prevent too large row from being created(Bruce)
Fix to prevent too large row from being created(Bruce)
plpgsql fixes
plpgsql fixes
Allow port numbers 32k - 64k(Bruce)
Allow port numbers 32k - 64k(Bruce)
Add ^ prec
i
dence(Bruce)
Add ^ prec
e
dence(Bruce)
Rename sort files called pg_temp to pg_sorttemp(Bruce)
Rename sort files called pg_temp to pg_sorttemp(Bruce)
Fix for microseconds in time values(Tom)
Fix for microseconds in time values(Tom)
Tutorial source cleanup
Tutorial source cleanup
...
@@ -11326,7 +11326,7 @@ New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan)
...
@@ -11326,7 +11326,7 @@ New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan)
Better optimization statistics for system table access(Tom)
Better optimization statistics for system table access(Tom)
Better handling of non-default block sizes(Massimo)
Better handling of non-default block sizes(Massimo)
Improve GEQO optimizer memory consumption(Tom)
Improve GEQO optimizer memory consumption(Tom)
UNION now supp
p
orts ORDER BY of columns not in target list(Jan)
UNION now supports ORDER BY of columns not in target list(Jan)
Major libpq++ improvements(Vince Vielhaber)
Major libpq++ improvements(Vince Vielhaber)
pg_dump now uses -z(ACL's) as default(Bruce)
pg_dump now uses -z(ACL's) as default(Bruce)
backend cache, memory speedups(Tom)
backend cache, memory speedups(Tom)
...
@@ -11700,7 +11700,7 @@ New UNLISTEN command(Massimo)
...
@@ -11700,7 +11700,7 @@ New UNLISTEN command(Massimo)
psql and libpq now compile under Windows using win32.mak(Magnus)
psql and libpq now compile under Windows using win32.mak(Magnus)
Lo_read no longer stores trailing NULL(Bruce)
Lo_read no longer stores trailing NULL(Bruce)
Identifiers are now truncated to 31 characters internally(Bruce)
Identifiers are now truncated to 31 characters internally(Bruce)
Createuser options now availble on the command line
Createuser options now avail
a
ble on the command line
Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
Prevent file descriptor leaf from failed COPY(Bruce)
Prevent file descriptor leaf from failed COPY(Bruce)
New pg_upgrade command(Bruce)
New pg_upgrade command(Bruce)
...
@@ -11711,7 +11711,7 @@ New DECLARE and FETCH feature(Thomas)
...
@@ -11711,7 +11711,7 @@ New DECLARE and FETCH feature(Thomas)
libpq's internal structures now not exported(Tom)
libpq's internal structures now not exported(Tom)
Allow up to 8 key indexes(Bruce)
Allow up to 8 key indexes(Bruce)
Remove ARCHIVE key word, that is no longer used(Thomas)
Remove ARCHIVE key word, that is no longer used(Thomas)
pg_dump -n flag to supress quotes around indentifiers
pg_dump -n flag to sup
p
ress quotes around indentifiers
disable system columns for views(Jan)
disable system columns for views(Jan)
new INET and CIDR types for network addresses(TomH, Paul)
new INET and CIDR types for network addresses(TomH, Paul)
no more double quotes in psql output
no more double quotes in psql output
...
@@ -11740,7 +11740,7 @@ NS32K platform fixes(Phil Nelson, John Buller)
...
@@ -11740,7 +11740,7 @@ NS32K platform fixes(Phil Nelson, John Buller)
SCO 7/UnixWare 2.x fixes(Billy,others)
SCO 7/UnixWare 2.x fixes(Billy,others)
Sparc/Solaris 2.5 fixes(Ryan)
Sparc/Solaris 2.5 fixes(Ryan)
Pgbuiltin.3 is obsolete, move to doc files(Thomas)
Pgbuiltin.3 is obsolete, move to doc files(Thomas)
Even more documention(Thomas)
Even more document
at
ion(Thomas)
Nextstep support(Jacek)
Nextstep support(Jacek)
Aix support(David)
Aix support(David)
pginterface manual page(Bruce)
pginterface manual page(Bruce)
...
@@ -12088,7 +12088,7 @@ Check boolean input literals for 'true','false','yes','no','1','0'
...
@@ -12088,7 +12088,7 @@ Check boolean input literals for 'true','false','yes','no','1','0'
and throw elog(ERROR) if unrecognized(Thomas)
and throw elog(ERROR) if unrecognized(Thomas)
Major large objects fix
Major large objects fix
Fix for GROUP BY showing duplicates(Vadim)
Fix for GROUP BY showing duplicates(Vadim)
Fix for index scans in MergeJ
io
n(Vadim)
Fix for index scans in MergeJ
oi
n(Vadim)
Enhancements
Enhancements
------------
------------
...
@@ -12713,7 +12713,7 @@ because the COPY output format was improved from the 1.02 release.
...
@@ -12713,7 +12713,7 @@ because the COPY output format was improved from the 1.02 release.
<programlisting>
<programlisting>
Bug Fixes
Bug Fixes
---------
---------
ALTER TABLE bug - running postgres
s
process needs to re-read table definition
ALTER TABLE bug - running postgres process needs to re-read table definition
Allow vacuum to be run on one table or entire database(Bruce)
Allow vacuum to be run on one table or entire database(Bruce)
Array fixes
Array fixes
Fix array over-runs of memory writes(Kurt)
Fix array over-runs of memory writes(Kurt)
...
@@ -12721,7 +12721,7 @@ Fix elusive btree range/non-range bug(Dan)
...
@@ -12721,7 +12721,7 @@ Fix elusive btree range/non-range bug(Dan)
Fix for hash indexes on some types like time and date
Fix for hash indexes on some types like time and date
Fix for pg_log size explosion
Fix for pg_log size explosion
Fix permissions on lo_export()(Bruce)
Fix permissions on lo_export()(Bruce)
Fix unitialized reads of memory(Kurt)
Fix uni
ni
tialized reads of memory(Kurt)
Fixed ALTER TABLE ... char(3) bug(Bruce)
Fixed ALTER TABLE ... char(3) bug(Bruce)
Fixed a few small memory leaks
Fixed a few small memory leaks
Fixed EXPLAIN handling of options and changed full_path option name
Fixed EXPLAIN handling of options and changed full_path option name
...
@@ -12765,7 +12765,7 @@ Change default decimal constant representation from float4 to float8(Bruce)
...
@@ -12765,7 +12765,7 @@ Change default decimal constant representation from float4 to float8(Bruce)
European date format now set when postmaster is started
European date format now set when postmaster is started
Execute lowercase function names if not found with exact case
Execute lowercase function names if not found with exact case
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
Gist now included in the distr
u
bution(Marc)
Gist now included in the distr
i
bution(Marc)
Idend authentication of local users(Bryan)
Idend authentication of local users(Bryan)
Implement BETWEEN qualifier(Bruce)
Implement BETWEEN qualifier(Bruce)
Implement IN qualifier(Bruce)
Implement IN qualifier(Bruce)
...
@@ -12794,7 +12794,7 @@ Vacuum now had VERBOSE option(Bruce)
...
@@ -12794,7 +12794,7 @@ Vacuum now had VERBOSE option(Bruce)
Source tree changes
Source tree changes
-------------------
-------------------
All functions now have prototypes that are compared against the calls
All functions now have prototypes that are compared against the calls
Allow asserts to be disabled easly from Makefile.global(Bruce)
Allow asserts to be disabled eas
i
ly from Makefile.global(Bruce)
Change oid constants used in code to #define names
Change oid constants used in code to #define names
Decoupled sparc and solaris defines(Kurt)
Decoupled sparc and solaris defines(Kurt)
Gcc -Wall compiles cleanly with warnings only from unfixable constructs
Gcc -Wall compiles cleanly with warnings only from unfixable constructs
...
@@ -12807,13 +12807,13 @@ Name change from Postgres95 to PostgreSQL
...
@@ -12807,13 +12807,13 @@ Name change from Postgres95 to PostgreSQL
New config.h file(Marc, Bryan)
New config.h file(Marc, Bryan)
PG_VERSION now set to 6.0 and used by postmaster
PG_VERSION now set to 6.0 and used by postmaster
Portability additions, including Ultrix, DG/UX, AIX, and Solaris
Portability additions, including Ultrix, DG/UX, AIX, and Solaris
Reduced the number of #define's, cent
e
ralized #define's
Reduced the number of #define's, centralized #define's
Remove duplicate OIDS in system tables(Dan)
Remove duplicate OIDS in system tables(Dan)
Remove duplicate system catalog info or report mismatches(Dan)
Remove duplicate system catalog info or report mismatches(Dan)
Removed many os-specific #define's
Removed many os-specific #define's
Restructured object file generation/location(Bryan, Marc)
Restructured object file generation/location(Bryan, Marc)
Restructured port-specific file locations(Bryan, Marc)
Restructured port-specific file locations(Bryan, Marc)
Unused/uninialized variables corrected
Unused/unini
ti
alized variables corrected
</programlisting>
</programlisting>
</para>
</para>
</sect2>
</sect2>
...
@@ -12953,7 +12953,7 @@ New Ports
...
@@ -12953,7 +12953,7 @@ New Ports
</programlisting>
</programlisting>
</para>
</para>
<!--
<!--
Contributors (ap
p
ologies to any missed)
Contributors (apologies to any missed)
* Kurt J. Lidl <lidl@va.pubnix.com>
* Kurt J. Lidl <lidl@va.pubnix.com>
(missed in first run, but no less important)
(missed in first run, but no less important)
* Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
* Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
...
...
doc/src/sgml/rules.sgml
View file @
fc8f4bac
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.4
2 2005/05/20 01:37:08
neilc Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.4
3 2005/10/15 20:12:33
neilc Exp $ -->
<chapter id="rules">
<chapter id="rules">
<title>The Rule System</title>
<title>The Rule System</title>
...
@@ -2012,7 +2012,7 @@ Nestloop
...
@@ -2012,7 +2012,7 @@ Nestloop
The last command we look at is
The last command we look at is
<programlisting>
<programlisting>
DELETE FROM computer WHERE manufacurer = 'bim';
DELETE FROM computer WHERE manufac
t
urer = 'bim';
</programlisting>
</programlisting>
Again this could result in many rows to be deleted from
Again this could result in many rows to be deleted from
...
@@ -2020,7 +2020,7 @@ DELETE FROM computer WHERE manufacurer = 'bim';
...
@@ -2020,7 +2020,7 @@ DELETE FROM computer WHERE manufacurer = 'bim';
through the executor. The command generated by the rule will be
through the executor. The command generated by the rule will be
<programlisting>
<programlisting>
DELETE FROM software WHERE computer.manufacurer = 'bim'
DELETE FROM software WHERE computer.manufac
t
urer = 'bim'
AND software.hostname = computer.hostname;
AND software.hostname = computer.hostname;
</programlisting>
</programlisting>
...
...
doc/src/sgml/runtime.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.35
3 2005/09/12 22:11:38
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.35
4 2005/10/15 20:12:33
neilc Exp $
-->
-->
<chapter Id="runtime">
<chapter Id="runtime">
...
@@ -747,7 +747,7 @@ options "SEMMNS=240"
...
@@ -747,7 +747,7 @@ options "SEMMNS=240"
</para>
</para>
<para>
<para>
The remaining sem
pa
hore settings are read-only as far as
The remaining sem
ap
hore settings are read-only as far as
<command>sysctl</command> is concerned, but can be changed
<command>sysctl</command> is concerned, but can be changed
before boot using the <command>loader</command> prompt:
before boot using the <command>loader</command> prompt:
<screen>
<screen>
...
...
doc/src/sgml/user-manag.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.3
1 2005/10/13 23:26:00 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/user-manag.sgml,v 1.3
2 2005/10/15 20:12:33 neilc
Exp $
-->
-->
<chapter id="user-manag">
<chapter id="user-manag">
...
@@ -475,7 +475,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
...
@@ -475,7 +475,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
<para>
<para>
Functions run inside the backend
Functions run inside the backend
server process with the operating system permissions of the
server process with the operating system permissions of the
database server daemon. If the programm
m
ing language
database server daemon. If the programming language
used for the function allows unchecked memory accesses, it is
used for the function allows unchecked memory accesses, it is
possible to change the server's internal data structures.
possible to change the server's internal data structures.
Hence, among many other things, such functions can circumvent any
Hence, among many other things, such functions can circumvent any
...
...
doc/src/sgml/xfunc.sgml
View file @
fc8f4bac
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.10
6 2005/10/15 01:47:12
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.10
7 2005/10/15 20:12:33
neilc Exp $
-->
-->
<sect1 id="xfunc">
<sect1 id="xfunc">
...
@@ -1210,7 +1210,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision
...
@@ -1210,7 +1210,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision
<indexterm zone="xfunc-c-basetype">
<indexterm zone="xfunc-c-basetype">
<primary>data type</primary>
<primary>data type</primary>
<secondary>internal organi
s
ation</secondary>
<secondary>internal organi
z
ation</secondary>
</indexterm>
</indexterm>
<para>
<para>
...
...
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