Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f42b88d1
Commit
f42b88d1
authored
Oct 13, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Residual cleanup from making pltcl unknown support always enabled.
parent
b2c37b4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
src/Makefile.global.in
src/Makefile.global.in
+1
-2
src/pl/tcl/modules/README
src/pl/tcl/modules/README
+2
-5
No files found.
src/Makefile.global.in
View file @
f42b88d1
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
39 2001/09/22 22:54:32 petere
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
40 2001/10/13 15:24:23 tgl
Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
...
...
@@ -124,7 +124,6 @@ with_java = @with_java@
with_perl
=
@with_perl@
with_python
=
@with_python@
with_tcl
=
@with_tcl@
enable_pltcl_unknown
=
@enable_pltcl_unknown@
with_tk
=
@with_tk@
enable_odbc
=
@enable_odbc@
with_iodbc
=
@with_iodbc@
...
...
src/pl/tcl/modules/README
View file @
f42b88d1
The module support over the unknown command requires, that
the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
Regular Tcl scripts of any size (over 8K :-) can be loaded into
the table pltcl_modules using the pltcl_loadmod script. The script
checks the modules that the procedure names don't overwrite
...
...
@@ -11,11 +8,11 @@
All procedures defined in the module files are automatically
added to the table pltcl_modfuncs. This table is used by the
unknown procedure to determine if an unknown command can be
loaded by sourcing a module. In that case the unkno
nw
procedure
loaded by sourcing a module. In that case the unkno
wn
procedure
will silently source in the module and reexecute the original
command that invoked unknown.
I know, this
t
readme should be more explanatory - but time.
I know, this readme should be more explanatory - but time.
Jan
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment