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
ca6a4ff8
Commit
ca6a4ff8
authored
Sep 07, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTLM cleanup.
parent
8dc8f44f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
doc/FAQ_DEV
doc/FAQ_DEV
+5
-4
doc/src/FAQ/FAQ_DEV.html
doc/src/FAQ/FAQ_DEV.html
+8
-8
No files found.
doc/FAQ_DEV
View file @
ca6a4ff8
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed Sep 6 20:
08:24
EDT 2006
Last updated: Wed Sep 6 20:
12:13
EDT 2006
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
@@ -288,9 +288,10 @@ General Questions
...
@@ -288,9 +288,10 @@ General Questions
less:
less:
less -x4
less -x4
The tools directory of the latest sources contains sample settings
The tools/editors directory of the latest sources contains sample
that can be used with the emacs, xemacs and vim editors, that assist
settings that can be used with the emacs, xemacs and vim editors, that
in keeping to PostgreSQL coding standards.
assist in keeping to PostgreSQL coding standards.
pgindent will the format code by specifying flags to your operating
pgindent will the format code by specifying flags to your operating
system's utility indent. This article describes the value of a
system's utility indent. This article describes the value of a
consistent coding style.
consistent coding style.
...
...
doc/src/FAQ/FAQ_DEV.html
View file @
ca6a4ff8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,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 Sep 6 20:
08:24
EDT 2006
</P>
<P>
Last updated: Wed Sep 6 20:
12:13
EDT 2006
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
<BR>
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
<BR>
...
@@ -370,15 +370,15 @@
...
@@ -370,15 +370,15 @@
less:
less:
less -x4
less -x4
</PRE>
</PRE>
<P>
The
<I>
tools/editors
</I>
directory of the latest sources contains sample
<P>
The
<I>
tools/editors
</I>
directory of the latest sources contains sample
settings that can be used with the
<I>
emacs, xemacs
</I>
and
<I>
vim
</I>
settings that can be used with the
<I>
emacs
</I>
,
<I>
xemacs
</I>
and
editors, that assist in keeping to PostgreSQL coding standards.
<I>
vim
</I>
editors, that assist in keeping to PostgreSQL coding standards.
</P>
</P>
<BR>
<I>
pgindent
</I>
will the format code by specifying flags to your
<P>
<I>
pgindent
</I>
will the format code by specifying flags to your
operating system's utility
<I>
indent.
</I>
This
<A
href=
operating system's utility
<I>
indent.
</I>
This
<A
href=
"http://ezine.daemonnews.org/200112/single_coding_style.html"
>
article
</A>
"http://ezine.daemonnews.org/200112/single_coding_style.html"
>
article
</A>
describes the value of a consistent coding style.
describes the value of a consistent coding style.
</P>
<P><I>
pgindent
</I>
is run on all source files just before each beta
<P><I>
pgindent
</I>
is run on all source files just before each beta
test period. It auto-formats all source files to make them
test period. It auto-formats all source files to make them
...
...
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