Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
275 B
Text
5 lines
275 B
Text
PostgreSQL Languages AST and statements prettifier
|
|
|
|
Exposes the parse tree of a PostgreSQL statement (extracted by the almost
|
|
standard PG parser repackaged as a standalone static library by libpg_query)
|
|
as set of interconnected nodes, usually called an abstract syntax tree.
|