Displaying 9 results from an estimated 9 matches for "postgesql".
Did you mean:
postgresql
2010 Mar 25
1
RODBC : reading binary data from a TXT field belonging to a PostgeSQL table
Dear R-List,
I am working with binary data that I want to store in a PostgreSQL
DataBase. I decided to use a TXT field. I read my binary file with
readBin function, I succeed in my data storage in the database but I
have some trouble to extract the data : the correct amount of bytes is
stored in the TXT field but when I access to the data, the extracted
dataframe is truncated !
2005 Oct 25
3
PostgeSQL 8.0.4 on CentOS4.2
In case anyone besides me is interested, installing these packages
on CentOS4.2 seems to work. You can determine the correct mirror
to use from:
http://www.postgresql.org/ftp/binary/v8.0.4/linux/rpms/redhat/rhel-
es-4/
The rpm command that I used was:
rpm --upgrade --nodeps --hash -v <package url>
Packages in order of installation:
2004 Jun 16
1
Modified Prepaid Error
I am trying to install the Modified Prepaid App. I
have installed PostgeSQL, created the tables, etc.
Make Install runs ok. The when I try to launch
asterisk (asterisk -vvvvvgc), it fails to run. I get
the following errors,
1st error:
[app_prepaid.so] => (Prepaid Application)
== Parsing '/etc/asterisk/prepaid.conf': Found
Jun 16 14:27:27 ERROR[-1085267840]:...
2010 Aug 02
3
Postgresql 8.0 installation
I m trying to install Postgresql on ZORIN 3.0, an Ubuntu based distro running WINE 1.1.42. When I start setup, after language selection, it gives the error "Failed to create process: 2!".
Please guide me on how to solve this problem.
2009 Aug 04
2
php-pdo
I wish to use PostgreSQL with PHP+PDO. I haven't use PDO before.
I have the php-pdo package installed on my CentOS 4.7 server:
# rpm -qa |grep pdo
php-pdo-5.1.6-3.el4s1.10
Now when I try connect to the PostgeSQL db with this code:
<?php
print "PDO test<br />";
try {
$db = new
PDO("pgsql:host=192.168.0.180;port=5432;dbname=mydb;user=test;password=test");
} catch(PDOException $e) {
print "Error : " . $e->getMessage() . "<br/>";...
2008 Mar 18
0
BSDCan registration now open
...networking facilities in FreeBSD. Hands-on experience
setting up and inspecting wireless networks. - Sam Leffler
Also, BSDCan 2008 will be the first BSD conference at which you
can sit the BSD Certification exam. Start studying now!
http://www.bsdcertification.org/
BTW, if you're into PostgeSQL, consider PGCon, right after BSDCan.
http://www.pgcon.org/2008/
See you in May!
--
Dan Langille -- http://www.langille.org/
dan@langille.org
2006 Apr 09
5
RPM for postgresql 8-* for CentOS4?
Hi All,
is there an RPM for 4-1 for postgresql? I did a yum, and the latest is
only 7-4
Installing:
postgresql-server i386 7.4.8-1.RHEL4.1 base 3.0 M
and I need at least 8-*
Any ideas where to find an RPM for CentOS4-1?
Cheers.
Mark Sargent.
2009 Mar 29
12
need trouble ticket system
Hi,
I need to implement trouble tracking system,
we have 250 users in one premise & 3 desktop support technicians.
I need to implement trouble ticket system, where user will enter their
application / other issues. Mail will be sent to technician available on
duty.
trouble ticket will be provided to user & will be given close stat once
resolved.
Kindly suggest me one such application
2004 Dec 17
6
Realtime and PostgreSQL
...odbc,PostgreSQL,extensions_conf
voicemail.conf => odbc,PostgreSQL,voicemail_conf
~
res_odbc.conf:
;;; odbc setup file
[PostgreSQL]
dsn => PostgreSQL
username => abox
password => ecom1091
pre-connect => yes
res_config_odbc.conf:
[settings]
table => ast_config
connection => PostgeSQL
odbcinst.ini:
# Example driver definitinions
#
#
# Included in the unixODBC package
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/libodbcpsql.so
Setup = /usr/lib/libodbcpsqlS.so
FileUsage = 1
odbc.ini:
[PostgreSQL]
Description = Postgres...