Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane | 2000-09-12 |
| | |||
* | Added functions | Jan Wieck | 2000-09-05 |
quote_ident(text) returns text quote_literal(text) returns text These are handy to build up properly quoted query strings for the new PL/pgSQL EXECUTE functionality to submit dynamic DDL statements. Jan |