search for: postrgresql

Displaying 6 results from an estimated 6 matches for "postrgresql".

Did you mean: postgresql
2005 Mar 29
3
ices question ? (gui)
Hi Chuck, Thanks, I'd be very interested in seeing it. In light of not being able to find what I wanted on google, I've started my own (in PHP), I guess it could be beneficial to share. ;-) Let me know if you're interested, Kind Regards, Nick On Tue, 29 Mar 2005 12:08:44 -0500, Chuck Tellechea <chuckt@tellechea.org> wrote: > Nick, > > Hehe... > > I was going
2013 Mar 19
3
Puppet modifying directories by executing shell script as non-root user results in kernel-level insufficient privilege complaints
...comm="postgres" path="/tmp/puppet20130319-14620-1wpyixh-0" dev=dm-0 ino=1702615 scontext=unconf ined_u:system_r:postgresql_t:s0 tcontext=unconfined_u:object_r:initrc_tmp_t:s0 tclass=file Basically, the messages are complaining that user postgres, via the execution of initdb PostrgreSQL command, cannot write files to data, the destined PGDATA directory, which has proper permissions as shown above by the ls -ald data. So, the problem is that Exec ["postgres init"] does not run as expected because the initdb command in the shell script fails to write files to the data...
2016 Nov 03
0
how to install postgresql ip4r
...gsql before beginning this, so all my databases are on it sudo yum -y install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm sudo yum -y install postgresql95-{server,contrib,devel} # install server and components sudo service postrgresql-9.5 initdb # initialize database cluster sudo service postgresql-9.5 start # start database server sudo chkconfig postgresql-9.5 on # set so db server always runs at boot sudo -u postgres psql -c "create user $USER superuser; create database $USER owner $USER" that...
2005 Mar 29
0
ices question ? (gui)
Nick, Cool. Let's compare requirements/features once we've had a start. If we end up using a database, we could certainly make the code consistent with a schema and implementation. I'm partial to postrgresql. You? On Mar 29, 2005, at 1:15 PM, [NICK] wrote: > Hi Chuck, > Thanks, I'd be very interested in seeing it. > > In light of not being able to find what I wanted on google, I've > started my own (in PHP), I guess it could be beneficial to share. ;-) > > Let me know if...
2005 Apr 04
0
ices question ? (gui)
...; > > Nick, > > > > > > > > Cool. Let's compare requirements/features once we've had a start. If we > > > > end up using a database, we could certainly make the code consistent > > > > with a schema and implementation. I'm partial to postrgresql. You? > > > > > > > > On Mar 29, 2005, at 1:15 PM, [NICK] wrote: > > > > > > > > > Hi Chuck, > > > > > Thanks, I'd be very interested in seeing it. > > > > > > > > > > In light of not being able to f...
2016 Nov 03
2
how to install postgresql ip4r
ok, so I removed the default postgresql install and installed it from the software collections.. following the instructions at https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/ and I get this [root at home1p /home/jason]$scl enable rh-postgresql95 bash [root at HOME1P jason]# postgresql-setup --initdb * Initializing database in