848d63ebaa
* Replace Alt-F4 with Ctrl-Q and Ctrl-W. * Prevent a crash if the edit grid is closed whilst it is loading data. * Don't attempt to remove rows in the edit grid if the user presses the delete key when the delete button is disabled. * Only offer valid server encodings for new databases. * Fix font dialogue on Snow Leopard. * Fix an issue with the ordering of the mappings in a text search configuration. * Fix a potential crash bug in the object browser. * Reverse engineer empty (not NULL) ACLs correctly. * Fix Greenplum support for column oriented partitions. * Ensure function variables get reset if the function is modified. * Fix cluster creation for Slony 2.0. * Reverse engineer function defaults values correctly. * Fix a potential crash in the edit grid. * Fix domain creation/modification for domains in non-default schemas. * Reverse engineer language privileges correctly. * Get rid of "No SQL query was generated." message dialog when no tables are selected in the GQB. * Hints files should be encoded in UTF-8. * Include comments on procedures in the reverse engineered SQL.
14 lines
469 B
Text
14 lines
469 B
Text
$NetBSD: patch-aa,v 1.4 2010/01/25 14:05:22 adam Exp $
|
|
|
|
--- Makefile.in.orig 2010-01-25 08:27:37.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -879,9 +879,6 @@ uninstall-am: uninstall-nobase_dist_data
|
|
uninstall-nobase_dist_pkgdataDATA
|
|
|
|
|
|
-# We need to ensure the help cache is world writeable
|
|
-install-data-hook:
|
|
- chmod 0666 $(help_cache)
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|