- Mar 22, 2002
-
-
Peter Eisentraut authored
-
- Mar 06, 2002
-
-
Bruce Momjian authored
-
- Jan 23, 2002
-
-
Tom Lane authored
-
- Nov 21, 2001
-
-
Thomas G. Lockhart authored
Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done.
-
- Nov 19, 2001
-
-
Tom Lane authored
the interactive docs.
-
- Oct 13, 2001
-
-
Bruce Momjian authored
Enabling this feature adds very light overhead of 1 select from pg_class on first using of pl/tcl in backend if unknown suppport is really unused. But pl/tcl with this support has very improved functionality. Patch includes changes to documentation.
-
- Sep 13, 2001
-
-
Peter Eisentraut authored
-
- Sep 10, 2001
-
-
Peter Eisentraut authored
-
- Aug 02, 2001
-
-
Bruce Momjian authored
I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql does.. I started using pltcl a lot because I like to decide when and how my queries get planned.. so I put one together really quick Sorry I don't have the original around to make a quick diff, but its a very small change... I think this should be in the next release, there's no reason not to have it. its a function with no expected arguments, so you can use it like: spi_exec "INSERT INTO mytable(columns...) VALUES(values..)" set oid [spi_lastoid] spi_exec "SELECT mytable_id from mytable WHERE oid=$oid" It just didn't make sense for me to use plpgsql and pltcl, or just screw them both and use SPI from C. bob@redivi.com
-
- Jun 09, 2001
-
-
Tom Lane authored
-
- May 13, 2001
-
-
Peter Eisentraut authored
-
- May 01, 2001
-
-
Tom Lane authored
-
- Mar 25, 2001
-
-
Peter Eisentraut authored
-
- Feb 09, 2001
-
-
Tom Lane authored
-
- Sep 29, 2000
-
-
Peter Eisentraut authored
names for the HTML files (e.g., not x4856.htm).
-
- Aug 25, 2000
-
-
Thomas G. Lockhart authored
(aka Henry) <laser@zhangmai.com.cn>. Fix new problems in insert.sgml and create_function.sgml which kept jade from completing.
-
- May 18, 2000
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- Mar 31, 2000
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add PL/perl docs from Mark Hollomon. Put language-specific docs into the User's Guide, and move the rest to the Programmer's Guide.
-