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
d0d3ab53
Commit
d0d3ab53
authored
Mar 11, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup
parent
414550f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+2
-2
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+4
-4
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+3
-2
doc/src/sgml/xfunc.sgml
doc/src/sgml/xfunc.sgml
+5
-4
No files found.
doc/src/sgml/libpq.sgml
View file @
d0d3ab53
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.8
8 2002/03/04 23:59:11 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.8
9 2002/03/11 05:03:51 petere
Exp $
-->
<chapter id="libpq">
...
...
@@ -964,7 +964,7 @@ strings overlap.
unsigned char *PQunescapeBytea(unsigned char *from, size_t *to_length);
</synopsis>
The <param
a
ter>from</parameter> parameter points to an escaped string
The <param
e
ter>from</parameter> parameter points to an escaped string
such as might be returned by <function>PQgetvalue</function> of a
<type>BYTEA</type> column. <function>PQunescapeBytea</function> converts
this NUL terminated string representation into binary, filling a buffer.
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
d0d3ab53
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.6
2 2002/03/05 00:00:58 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.6
3 2002/03/11 05:03:52 petere
Exp $
PostgreSQL documentation
-->
...
...
@@ -1120,12 +1120,12 @@ lo_import 152801
<varlistentry>
<term><literal>\timing</literal
>
<term><literal>\timing</literal></term
>
<listitem>
<para>
Toggles a display of how long each query takes in seconds.
Toggles a display of how long each query takes in seconds.
</para>
</listitem>
</listitem>
</varlistentry>
...
...
doc/src/sgml/runtime.sgml
View file @
d0d3ab53
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.10
7 2002/03/09 05:11:37 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.10
8 2002/03/11 05:03:51 petere
Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1120,7 +1120,7 @@ env PGOPTIONS='-c geqo=off' psql
Each SQL transaction has an isolation level, which can be either
<quote>read committed</quote> or <quote>serializable</quote>.
This parameter controls the default isolation level of each new
transaction. The default is <quote>read committed/quote>.
transaction. The default is <quote>read committed
<
/quote>.
</para>
<para>
...
...
@@ -2094,6 +2094,7 @@ options SEMMAP=256
You may also want to use the <application>sysctl</> setting to
lock shared memory into RAM and prevent it from being paged out
to swap.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/xfunc.sgml
View file @
d0d3ab53
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.4
8 2002/03/05 05:33:00 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.4
9 2002/03/11 05:03:52 petere
Exp $
-->
<chapter id="xfunc">
...
...
@@ -1319,10 +1319,11 @@ concat_text(PG_FUNCTION_ARGS)
value be returned. These routines provide more efficient access to
parts of large values in the case where they have storage type
"external". (The storage type of a column can be specified using
<
command>ALTER TABLE <rep
aceable>tablename</replaceable> ALTER
<
literal>ALTER TABLE <repl
aceable>tablename</replaceable> ALTER
COLUMN <replaceable>colname</replaceable> SET STORAGE
<replaceable>storagetype</replaceable>. Storage type is one of
plain, external, extended or main.)
<replaceable>storagetype</replaceable></literal>. Storage type is one of
<literal>plain</>, <literal>external</>, <literal>extended</literal>,
or <literal>main</>.)
</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