-
Over the next few days, we will be getting this site caught back up with the main site. The last couple of releases have not been updated here in a timely manner, largely because the change in the File Release System on Sourceforge was causing too many headaches. That has been resolved and this will be updated.
2009-11-18 15:16:40 UTC in PostgreSQL Tools for MacOS X
-
Over the next few days, we will be getting this site caught back up with the main site. The last couple of releases have not been updated here in a timely manner, largely because the change in the File Release System on Sourceforge was causing too many headaches. That has been resolved and this will be updated.
2009-11-18 15:16:27 UTC in PostgreSQL Tools for MacOS X
-
hawkmoon committed revision 239 to the PostgreSQL Tools for MacOS X SVN repository, changing 4 files.
2009-11-18 15:13:03 UTC in PostgreSQL Tools for MacOS X
-
Yep, this is memory leak, a release has been added to the SVN code.
2009-11-18 15:11:15 UTC in PostgreSQL Tools for MacOS X
-
hawkmoon committed revision 238 to the PostgreSQL Tools for MacOS X SVN repository, changing 2 files.
2009-11-18 15:10:31 UTC in PostgreSQL Tools for MacOS X
-
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