-
No worries, that's what we don't get paid for :-).
2009-11-02 02:28:42 UTC in PostgreSQL Tools for MacOS X
-
sudo chmod 755 /Library/StartupItems/PostgreSQL
sudo chmod 755 /Library/StartupItems/PostgreSQL/PostgreSQL
sudo chmod 644 /Library/StartupItems/PostgreSQL/StartupParameters.plist
sudo chown -R root:wheel /Library/StartupItems/PostgreSQL
The above should fix the startup item to properly start.
2009-11-01 18:44:01 UTC in PostgreSQL Tools for MacOS X
-
That certainly explains the problem, but not how it got set that way.
The problem is the ownership and permissions on the startup item.
It looks like the Apple installer used permissions that don't match what they were set to. That said, we are adding some scripting to the end of the installer to force things to a proper permission. I'll lpost when that is available.
2009-11-01 15:03:52 UTC in PostgreSQL Tools for MacOS X
-
Could both you you post the permissions from your StartupItems:
drwxr-xr-x 3 root wheel 102 Oct 13 21:08 .
drwxrwxr-t+ 60 root admin 2040 Oct 13 21:08 ..
drwxr-xr-x 5 root wheel 170 Oct 13 14:41 PostgreSQL
:StartupItems arsatori$ cd PostgreSQL/
:PostgreSQL arsatori$ ls -al
total 24
drwxr-xr-x 5 root wheel 170 Oct 13 14:41 .
drwxr-xr-x 3...
2009-10-31 18:06:51 UTC in PostgreSQL Tools for MacOS X
-
due to the way get/set works with NSDictionary we are electing to retain the forced lowercase key names for the columns.
2009-10-21 17:09:04 UTC in ODBCKit
-
asString now has an encoding parameter.
2009-10-21 17:06:49 UTC in ODBCKit
-
Closed and Working in 0.3.x and newer.
2009-10-21 17:05:11 UTC in ODBCKit
-
The issue here is much deeper, as the Apple supplied iODBC foundation headers define it incorrectly. Overriding it in the framework could be done, but really is not the *right* solution.
2009-10-21 17:04:32 UTC in ODBCKit
-
Both addressed with 0.4.x builds.
2009-10-21 16:58:04 UTC in ODBCKit
-
The default result is now -1. Any other result is the result as returned by the Driver, and is properly passed through to reduce in confusion when tracing the results to the driver behaviors.
2009-10-21 16:44:39 UTC in ODBCKit