[BUGS] BUG #6310: Startup Script

2011-11-26 Thread Sidar Lopez

The following bug has been logged online:

Bug reference:  6310
Logged by:  Sidar Lopez
Email address:  sidar.lo...@gmail.com
PostgreSQL version: 9.1.1
Operating system:   Mac OS X
Description:Startup Script
Details: 

Log file is not being created at ${PGLOG} location. 

Change this line at Mac OS X startup script in StartService (): 
sudo -u $PGUSER sh -c "${DAEMON} -D '${PGDATA}' &" 2>&1 | ${LOGUTIL}
'${PGLOG}' ${ROTATESEC} &

by this one:
sudo -u $PGUSER sh -c "${DAEMON} -D '${PGDATA}' &" 2>&1 | ${LOGUTIL}
${PGLOG} ${ROTATESEC} &

and this one in RestartService ():
sudo -u $PGUSER sh -c "${DAEMON} -D '${PGDATA}' &" 2>&1 | ${LOGUTIL}
'${PGLOG}' ${ROTATESEC} &

by this one:
sudo -u $PGUSER sh -c "${DAEMON} -D '${PGDATA}' &" 2>&1 | ${LOGUTIL}
${PGLOG} ${ROTATESEC} &

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #2412: Foreing key accept nulls

2006-04-29 Thread Sidar Lopez Cruz

The following bug has been logged online:

Bug reference:  2412
Logged by:  Sidar Lopez Cruz
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system:   Ubuntu 6.04
Description:Foreing key accept nulls
Details: 

I think that when I create table that have a foreing key to another one
these FK may not accept nulls by default.

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings