Date: Wed, 26 Apr 2006 15:03:57 -0500 From: Nathanael Hoyle <nhoyle@speedexpress.net> To: freebsd-questions@freebsd.org Subject: Re: postgres Message-ID: <444FD22D.9060409@speedexpress.net> In-Reply-To: <444FCF75.90108@redry.net> References: <444FCF75.90108@redry.net>
next in thread | previous in thread | raw e-mail | index | archive | help
eoghan wrote: > Hi > I am installing postgres81-server from ports, but it gives me an error. > It requires postgres81-client but I have postgres74-client installed. > I have not installed this port, so is there something that uses this? > I cannot find any pgsql script. Would it be safe to remove 74-client and > install the latest version? > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Do a pkg_info on the installed postgres74-client. This should list what package is was pulled in as a dependency for. If that program is actually USING the postgres support (rather than having been built with support for it that you weren't using), you would have to carefully migrate your data. Otherwise, you will probably want to rebuild said package without the postgres support, then remove the postgresql74-client and install the postgres81 client and server. -- Nathanael Hoyle Systems and Networking Speed Express Networks, LLC nhoyle@speedexpress.net 432.837.2811
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444FD22D.9060409>