Commit 9af6bd99 authored by Bruce Momjian's avatar Bruce Momjian

Move FAQ_DEV to docs directory, where it belongs.

parent 9f3d6393
...@@ -23,9 +23,9 @@ Questions answered: ...@@ -23,9 +23,9 @@ Questions answered:
1) What tools are available for developers? 1) What tools are available for developers?
Aside from the User documentation mentioned in the regular FAQ, there are Aside from the User documentation mentioned in the regular FAQ, there
several development tools available. First, all the files in the /tools are several development tools available. First, all the files in the
directory are designed for developers. pgsql/src/tools directory are designed for developers.
RELEASE_CHANGES changes we have to make for each release RELEASE_CHANGES changes we have to make for each release
SQL_keywords standard SQL'92 keywords SQL_keywords standard SQL'92 keywords
...@@ -42,14 +42,15 @@ directory are designed for developers. ...@@ -42,14 +42,15 @@ directory are designed for developers.
mkldexport create AIX exports file mkldexport create AIX exports file
pgindent indents C source files pgindent indents C source files
Let me note some of these. If you point your browser at the tools/backend Let me note some of these. If you point your browser at the
directory, you will see all the backend components in a flow chart. You can pgsql/src/tools/backend directory, you will see all the backend
click on any one to see a description. If you then click on the directory components in a flow chart. You can click on any one to see a
name, you will be taken to the source directory, to browse the actual source description. If you then click on the directory name, you will be taken
code behind it. We also have several README files in some source directories to the source directory, to browse the actual source code behind it. We
to describe the function of the module. The browser will display these when also have several README files in some source directories to describe
you enter the directory also. The tools/backend directory is also contained the function of the module. The browser will display these when you
on our web page under the title Backend Flowchart. enter the directory also. The pgsql/src/tools/backend directory is also
contained on our web page under the title Backend Flowchart.
Second, you really should have an editor that can handle tags, so you can Second, you really should have an editor that can handle tags, so you can
tag a function call to see the function definition, and then tag inside that tag a function call to see the function definition, and then tag inside that
......
All the developer tools are located in the /tools directory. Read the Developer's FAQ in pgsql/doc/FAQ_DEV. All the developer tools
are located in the pgsql/src/tools directory.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment