We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350cb38 commit ad322deCopy full SHA for ad322de
doc/FAQ_DEV
@@ -1,7 +1,7 @@
1
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
4
- Last updated: Tue Dec 21 12:30:20 EST 1999
+ Last updated: Fri Dec 24 11:43:42 EST 1999
5
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
@@ -100,6 +100,13 @@ s
100
(c-set-style "bsd")
101
(c-set-offset 'case-label '+)
102
)
103
+
104
+ and add this to your autoload list (modify file path in macro):
105
106
+ (setq auto-mode-alist
107
+ (cons '("\\`/usr/local/src/pgsql/.*\\.[chyl]\\'" . pgsql-
108
+c-mode)
109
+ auto-mode-alist))
110
or
111
/*
112
* Local variables:
0 commit comments