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
01dd34d5
Commit
01dd34d5
authored
Mar 25, 2011
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken markup, and remove tabs
parent
71ac48fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
23 deletions
+26
-23
doc/src/sgml/ref/ecpg-ref.sgml
doc/src/sgml/ref/ecpg-ref.sgml
+26
-23
No files found.
doc/src/sgml/ref/ecpg-ref.sgml
View file @
01dd34d5
...
@@ -145,6 +145,7 @@ PostgreSQL documentation
...
@@ -145,6 +145,7 @@ PostgreSQL documentation
Do not use indicators but instead use special values to represent
Do not use indicators but instead use special values to represent
NULLs. Historically there have been databases using this approach.
NULLs. Historically there have been databases using this approach.
</para>
</para>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><option>prepare</option></term>
<term><option>prepare</option></term>
...
@@ -154,6 +155,7 @@ PostgreSQL documentation
...
@@ -154,6 +155,7 @@ PostgreSQL documentation
prepared statments and reuse a statement if it gets executed again. If the
prepared statments and reuse a statement if it gets executed again. If the
cache runs full, libecpg will free the least used statement.
cache runs full, libecpg will free the least used statement.
</para>
</para>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><option>questionmarks</option></term>
<term><option>questionmarks</option></term>
...
@@ -162,6 +164,7 @@ PostgreSQL documentation
...
@@ -162,6 +164,7 @@ PostgreSQL documentation
Allow questionmark as placeholder for compatibility reasons.
Allow questionmark as placeholder for compatibility reasons.
This used to be the default long ago.
This used to be the default long ago.
</para>
</para>
</listitem>
</varlistentry>
</varlistentry>
</variablelist>
</variablelist>
</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