@@ -23,9 +23,9 @@ Questions answered:
23
23
24
24
1) What tools are available for developers?
25
25
26
- Aside from the User documentation mentioned in the regular FAQ, there are
27
- several development tools available. First, all the files in the /tools
28
- directory are designed for developers.
26
+ Aside from the User documentation mentioned in the regular FAQ, there
27
+ are several development tools available. First, all the files in the
28
+ pgsql/src/tools directory are designed for developers.
29
29
30
30
RELEASE_CHANGES changes we have to make for each release
31
31
SQL_keywords standard SQL'92 keywords
@@ -42,14 +42,15 @@ directory are designed for developers.
42
42
mkldexport create AIX exports file
43
43
pgindent indents C source files
44
44
45
- Let me note some of these. If you point your browser at the tools/backend
46
- directory, you will see all the backend components in a flow chart. You can
47
- click on any one to see a description. If you then click on the directory
48
- name, you will be taken to the source directory, to browse the actual source
49
- code behind it. We also have several README files in some source directories
50
- to describe the function of the module. The browser will display these when
51
- you enter the directory also. The tools/backend directory is also contained
52
- on our web page under the title Backend Flowchart.
45
+ Let me note some of these. If you point your browser at the
46
+ pgsql/src/tools/backend directory, you will see all the backend
47
+ components in a flow chart. You can click on any one to see a
48
+ description. If you then click on the directory name, you will be taken
49
+ to the source directory, to browse the actual source code behind it. We
50
+ also have several README files in some source directories to describe
51
+ the function of the module. The browser will display these when you
52
+ enter the directory also. The pgsql/src/tools/backend directory is also
53
+ contained on our web page under the title Backend Flowchart.
53
54
54
55
Second, you really should have an editor that can handle tags, so you can
55
56
tag a function call to see the function definition, and then tag inside that
0 commit comments