Skip to content
Snippets Groups Projects
Commit ad322de0 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update developers faq.

parent 350cb386
No related branches found
No related tags found
No related merge requests found
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Tue Dec 21 12:30:20 EST 1999
Last updated: Fri Dec 24 11:43:42 EST 1999
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
......@@ -100,6 +100,13 @@ s
(c-set-style "bsd")
(c-set-offset 'case-label '+)
)
and add this to your autoload list (modify file path in macro):
(setq auto-mode-alist
(cons '("\\`/usr/local/src/pgsql/.*\\.[chyl]\\'" . pgsql-
c-mode)
auto-mode-alist))
or
/*
* Local variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment