1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.

This commit is contained in:
Bruce Momjian
1999-07-08 02:46:39 +00:00
parent 5035d7b985
commit 70ce98b77a
3 changed files with 9 additions and 6 deletions

View File

@@ -94,6 +94,8 @@ TYPES
* Allow array on int8[]
* Remove Money type, add money formatting for decimal type
* Fix typein/out functions to not be user-callable
* Add non-large-object binary field
* Add index on NUMERIC type
VIEWS
@@ -161,7 +163,7 @@ MISC
* Show location of syntax error in query
* Redesign the function call interface to handle NULLs better(Jan)
* Document/trigger/rule so changes to pg_shadow create pg_pwd
* Missing optimizer selectivities for date, etc.
* Missing optimizer selectivities for date, r-tree, etc.
* Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
* Overhaul bufmgr/lockmgr/transaction manager
* Tables that start with xinv confused to be large objects
@@ -221,7 +223,8 @@ MISC
* fix memory leak in cache code when non-existant table is referenced
* In WHERE x=3 AND x=y, add y=3
* pass atttypmod through parser in more cases(Bruce)
* remov
* remove duplicate type in/out functions for disk and net
SOURCE CODE
-----------
* Add use of 'const' for varibles in source tree