mirror of https://github.com/postgres/postgres
parent
d287818eb5
commit
fca9fff41b
@ -1 +1,3 @@ |
|||||||
|
$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ |
||||||
|
|
||||||
This directory contains the C version of Libpq, the POSTGRES frontend library. |
This directory contains the C version of Libpq, the POSTGRES frontend library. |
||||||
|
@ -1,19 +1,19 @@ |
|||||||
|
$PostgreSQL: pgsql/src/pl/tcl/modules/README,v 1.3 2008/03/21 13:23:29 momjian Exp $ |
||||||
|
|
||||||
Regular Tcl scripts of any size (over 8K :-) can be loaded into |
Regular Tcl scripts of any size (over 8K :-) can be loaded into |
||||||
the table pltcl_modules using the pltcl_loadmod script. The script |
the table pltcl_modules using the pltcl_loadmod script. The script |
||||||
checks the modules that the procedure names don't overwrite |
checks the modules that the procedure names don't overwrite |
||||||
existing ones before doing anything. They also check for global |
existing ones before doing anything. They also check for global |
||||||
variables created at load time. |
variables created at load time. |
||||||
|
|
||||||
All procedures defined in the module files are automatically |
All procedures defined in the module files are automatically |
||||||
added to the table pltcl_modfuncs. This table is used by the |
added to the table pltcl_modfuncs. This table is used by the |
||||||
unknown procedure to determine if an unknown command can be |
unknown procedure to determine if an unknown command can be |
||||||
loaded by sourcing a module. In that case the unknown procedure |
loaded by sourcing a module. In that case the unknown procedure |
||||||
will silently source in the module and reexecute the original |
will silently source in the module and reexecute the original |
||||||
command that invoked unknown. |
command that invoked unknown. |
||||||
|
|
||||||
I know, this readme should be more explanatory - but time. |
|
||||||
|
|
||||||
|
I know, this readme should be more explanatory - but time. |
||||||
|
|
||||||
Jan |
Jan |
||||||
|
|
||||||
|
@ -1,2 +1,4 @@ |
|||||||
|
$PostgreSQL: pgsql/src/test/locale/de_DE.ISO8859-1/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ |
||||||
|
|
||||||
de_DE.ISO-8859-1 (German) locale test. |
de_DE.ISO-8859-1 (German) locale test. |
||||||
Created by Armin Diehl <diehl@net-connection.de> |
Created by Armin Diehl <diehl@net-connection.de> |
||||||
|
@ -1,2 +1,4 @@ |
|||||||
|
$PostgreSQL: pgsql/src/test/locale/gr_GR.ISO8859-7/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ |
||||||
|
|
||||||
gr_GR.ISO8859-7 (Greek) locale test. |
gr_GR.ISO8859-7 (Greek) locale test. |
||||||
Created by Angelos Karageorgiou <angelos@awesome.incredible.com> |
Created by Angelos Karageorgiou <angelos@awesome.incredible.com> |
||||||
|
@ -1,3 +1,5 @@ |
|||||||
|
$PostgreSQL: pgsql/src/tools/backend/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ |
||||||
|
|
||||||
Just point your browser at the index.html file, and click on the |
Just point your browser at the index.html file, and click on the |
||||||
flowchart to see the description and source code. |
flowchart to see the description and source code. |
||||||
|
|
||||||
|
Loading…
Reference in new issue