* 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.
13 lines
372 B
Text
13 lines
372 B
Text
$NetBSD: patch-ab,v 1.3 2010/01/25 14:05:22 adam Exp $
|
|
|
|
--- xtra/pgscript/file/test/execute.sh.orig 2010-01-25 08:09:38.000000000 +0000
|
|
+++ xtra/pgscript/file/test/execute.sh
|
|
@@ -24,7 +24,7 @@ echo "done"
|
|
echo ""
|
|
|
|
# Get parameters for database connections
|
|
-if test "$*" == ""
|
|
+if test "$*" = ""
|
|
then
|
|
PARAMETERS="$DEFAULTPARAM" # Default if nothing is provided
|
|
else
|