Re: [SQL] new user on mac

2011-10-19 Thread Basil Bourque
default: • The character set to MacRoman. You may want to change the default to UTF-8. • The newline/end-of-line to CarriageReturn. You may want to change the default to Linefeed for the Unix convention. Note that some tools do not change the character-set or newline of an existing

Re: [SQL] Which version of PostgreSQL should I use.

2011-05-21 Thread Basil Bourque
- whatever that is; Version 9.0.4 is the current stable version. Version 9.1 is due out soon. > pint me in the correct direction for some information about what's in what > version and any upgrade requirements to get to XXX from 8.1 http://www.postgresql.org/docs/current/static/release.ht

Re: [SQL] linux. ossp-uuid

2010-12-21 Thread Basil Bourque
found this SQL script which I ran to enable the already-complied code: /Library/PostgreSQL/9.0/share/postgresql/contrib/uuid-ossp.sql I'm no expert, but I hope that helps. --Basil Bourque > I have linux server. Package uuid installed > > I build and install postgresql from sourc