Commit Graph

120 Commits (b710248dd3f90c46bd4208e6bf1290048b9d76cd)

Author SHA1 Message Date
Tom Lane 2c2faa17f2 Emphasize that immutable and stable functions are not allowed to modify 19 years ago
Tom Lane 17a814ca02 Mention 'void' as the proper return type when there's nothing to 19 years ago
Bruce Momjian 32cebaecff Remove emacs info from footer of SGML files. 20 years ago
Tom Lane b524cb36ac Make an editorial pass over the reference pages. 20 years ago
Neil Conway c3f1b0f4dd This doc patch replaces all inappropriate references to SQL:1999 when it 21 years ago
Tom Lane 47888fe842 First phase of OUT-parameters project. We can now define and use SQL 21 years ago
Tom Lane 4e94ea9fc9 More minor updates and copy-editing. 21 years ago
Peter Eisentraut 49cbef7947 Update of conformance information to SQL:2003 21 years ago
Neil Conway 3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some 22 years ago
Tom Lane 2f48836b1f Some editorializing on the docs for the dollar-quoting feature: fix 22 years ago
Neil Conway 42c0d1f3cd Minor doc tweak: mention that function names can be optionally schema- 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Bruce Momjian cf9fd800ec Example for create function using argument names 22 years ago
Dennis Bjorklund d0f1b4c4fb Add argument name to syntax. 22 years ago
Neil Conway 8295c27c89 Add documentation for the new "dollar quoting" feature, and update existing 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 934c21344c Documentation cleanup 22 years ago
Bruce Momjian eb1c22c39d Add mention of quotes on function body to NOTES section. 22 years ago
Bruce Momjian 2a5b6a7c9b This patch fixes a few missed GUC variables that were still upper case, 23 years ago
Bruce Momjian 73cfa77edd This patch fixes a trivial typo in the CREATE FUNCTION ref page. 23 years ago
Tom Lane d4019b7cd3 Remove a bunch of content-free Diagnostics sections, as per previous 23 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 23 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 23 years ago
Peter Eisentraut 3450fd08a9 More editing of reference pages. 23 years ago
Peter Eisentraut 5e5c5cd31a Merge documentation into one book. (Build with "make html".) Replace 23 years ago
Bruce Momjian 7d1d7200a0 Minor doc patch: create function 23 years ago
Bruce Momjian be2b660ecd This patch includes a lot of minor cleanups to the SGML documentation, 23 years ago
Peter Eisentraut bc49968764 Add more appropriate markup. 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Peter Eisentraut 94bdc4855c Extend syntax of CREATE FUNCTION to resemble SQL99. 24 years ago
Tom Lane 0c1fe3d2b9 Update SQL-command reference pages for schema features. 24 years ago
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Tom Lane 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and 24 years ago
Peter Eisentraut b6ea172ace Spell checking and markup additions 24 years ago
Bruce Momjian ed6986d3eb Revert quotes, 7.2 doesn't need them for CREATE FUNCTION. 24 years ago
Bruce Momjian a7ac26b759 Oops, we didn't have single quotes around 'langname' in CREATE FUNCTION 24 years ago
Peter Eisentraut 8adf56f77a Privileges on functions and procedural languages 24 years ago
Thomas G. Lockhart 03a321d214 Use PostgreSQL consistantly throughout docs. Before, usage was split evenly 24 years ago
Peter Eisentraut 17f0b55d15 Initial round of tweakage for man pages 24 years ago
Tom Lane 8394e4723a More cleanup of CREATE FUNCTION examples. 25 years ago
Tom Lane f2c657375d Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 25 years ago
Peter Eisentraut 89a1ea4207 Put some kind of grammatical uniformity in the <refpurpose> lines. 25 years ago
Peter Eisentraut ee8ed85da3 Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" 25 years ago
Bruce Momjian 28d2420eef This patch adds support for %TYPE in CREATE FUNCTION argument and return 25 years ago
Peter Eisentraut cb8b40e6d5 Allow special '$libdir' macro to show up in object file path in CREATE 25 years ago
Bruce Momjian 82511e3375 In create_function there is a remark concerning SQL/PSM not 25 years ago
Peter Eisentraut dccfd74935 Refine some things to create better looking man pages. 25 years ago