File tree Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Tue Jul 11 13:01:46 EDT 2006
4
+ Last updated: Fri Aug 11 15:18:31 EDT 2006
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
@@ -292,7 +292,28 @@ General Questions
292
292
293
293
or
294
294
295
- (c-add-style "pgsql"
295
+ (add-hook 'c-mode-hook
296
+ (function
297
+ (lambda nil
298
+ (if (string-match "pgsql" buffer-file-name)
299
+ (progn
300
+ (c-set-style "bsd")
301
+ (setq c-basic-offset 4)
302
+ (setq tab-width(add-hook 'c-mode-hook
303
+ (function
304
+ (lambda nil
305
+ (if (string-match "pgsql" buffer-file-name)
306
+ (progn
307
+ (c-set-style "bsd")
308
+ (setq c-basic-offset 4)
309
+ (setq tab-width(add-hook 'c-mode-hook
310
+ (function
311
+ (lambda nil
312
+ (if (string-match "pgsql" buffer-file-name)
313
+ (progn
314
+ (c-set-style "bsd")
315
+ (setq c-basic-offset 4)
316
+ (setq tab-width (c-add-style "pgsql"
296
317
'("bsd"
297
318
(indent-tabs-mode . t)
298
319
(c-basic-offset . 4)
Original file line number Diff line number Diff line change 13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Wed Mar 1 17:24:48 EST 2006</ P >
16
+ < P > Last updated: Fri Aug 11 15:15:40 EDT 2006</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
- "mailto:pgman@candle.pha.pa. us "> pgman@candle.pha.pa .us</ A > )< BR >
19
+ "mailto:bruce@momjian. us "> bruce@momjian .us</ A > )< BR >
20
20
</ P >
21
21
22
22
< P > The most recent version of this document can be viewed at < A
@@ -199,7 +199,7 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
199
199
"#1.16 "> 1.16</ a > .</ li >
200
200
201
201
< li > If you are adding a new feature, confirm that it has been tested
202
- thoroughly . Try to test the feature in all conceivable
202
+ thoughly . Try to test the feature in all conceivable
203
203
scenarios.</ li >
204
204
205
205
< li > If it is a performance patch, please provide confirming test
@@ -222,7 +222,9 @@ <H3 id="item1.6">1.6) Where can I learn more about the
222
222
< P > Other than documentation in the source tree itself, you can find
223
223
some papers/presentations discussing the code at < A href =
224
224
"http://www.postgresql.org/developer ">
225
- http://www.postgresql.org/developer</ A > .</ P >
225
+ http://www.postgresql.org/developer</ A > . An excellent presentation
226
+ is at < a href =
227
+ "http://neilconway.org/talks/hacking/ "> http://neilconway.org/talks/hacking/</ a > </ P >
226
228
227
229
< H3 id ="item1.7 "> 1.7) How do I download/update the current
228
230
source tree?</ H3 >
You can’t perform that action at this time.
0 commit comments