File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon Aug 11 18:39:47 EDT 2003
3
+ Last updated: Tue Aug 12 18:04:15 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -60,6 +60,9 @@ Administration
60
60
* Allow logging of only data definition(DDL), or DDL and modification statements
61
61
* Allow log lines to include session-level information, like database and user
62
62
* Allow server log information to be output as INSERT statements
63
+ * Prevent default re-use of sysids for dropped users and groups
64
+ * Prevent dropping user that still owns objects, or auto-drop the objects
65
+
63
66
64
67
65
68
Data Types
<
8000
path d="m8.177 14.323 2.896-2.896a.25.25 0 0 0-.177-.427H8.75V7.764a.75.75 0 1 0-1.5 0V11H5.104a.25.25 0 0 0-.177.427l2.896 2.896a.25.25 0 0 0 .354 0ZM2.25 5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5h.5ZM6 4.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5a.75.75 0 0 1 .75.75ZM8.25 5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5h.5ZM12 4.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1 0-1.5h.5a.75.75 0 0 1 .75.75Zm2.25.75a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 0 0 1.5h.5Z"> @@ -476,7 +479,7 @@ Source Code
476
479
* Acquire lock on a relation before building a relcache entry for it
477
480
* Research interaction of setitimer() and sleep() used by statement_timeout
478
481
* Add checks for fclose() failure
479
- * Change CVS $Id: TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1114 2003/08/11 22:39:48 momjian Exp $
482
+ * Change CVS $Id: TODO,v 1.1115 2003/08/13 03:12:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1115 2003/08/13 03:12:04 momjian Exp $
480
483
* Exit postmaster if postgresql.conf can not be opened
481
484
* Rename /scripts directory because they are all C programs now
482
485
* Allow the regression tests to start postmaster with -i so the tests
Original file line number Diff line number Diff line change 7
7
# with broken/missing library files.
8
8
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/port/Makefile,v 1.5 2003/08/08 02:55:08 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/port/Makefile,v 1.6 2003/08/13 03:12:04 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -23,7 +23,7 @@ libpgport.a: $(LIBOBJS)
23
23
$(AR ) crs $@ $^
24
24
25
25
thread.o : thread.c
26
- $(CC ) $(CFLAGS ) $(CPPFLAGS ) $(THREAD_CFLAGS ) -c thread.c
26
+ $(CC ) $(CFLAGS ) $(CPPFLAGS ) $(THREAD_CFLAGS ) -c $<
27
27
28
28
clean distclean maintainer-clean :
29
29
rm -f libpgport.a $(LIBOBJS )
You can’t perform that action at this time.
0 commit comments