Displaying 12 results from an estimated 12 matches for "pgadmin3".
2011 Nov 15
2
pgadmin3 missing dependencies
...I'm sticking as much as possible to just the CentOS repos
that go with that release. I figure in particular I do not need any
PG features above what are offered in release 8.4 that comes from the
CentOS repos, so I don't really want to install PG repos.
But first of all I do not even see pgadmin3 in the CentOS repos
anywhere. Am I correct that in order to get this tool I need to get
it from the PG repo? It seems odd to me that CentOS would not have it
but stranger things have happened.
So I pull down the pgadmin3 RPM manually, and try to do a manual
install only to find that a number of...
2006 Jan 28
2
pgadmin3
Anyone been able to get pgadmin3 installed on CentOS-4 ?
The WxGTK2 stuff makes it impossible for me to get installed from
RPM/SRPM from their site and likewise, couldn't rebuild from Fedora
SRPMS either.
I figure between Jim and Owen and ???, somebody might have succeeded
where I would be doomed. I can get around with phppg...
2007 Feb 03
0
Symlink to directories seem recursively for Microsoft Workgroup Add-On for MS-DOS clients
...0 ? c?
'R?_????R_ ? ??? X:\I386\$OEM$\INSTALL\PWDWS0~Z
. <_____> 02-01-07 7:42p
.. <_____> 02-01-07 7:34p
PHBN26~U EXE 1,467,521 01-23-06 6:17p
PGADM BAT 63 10-30-06 7:51p
PGSTART BAT 347 08-04-06 4:32p
PGADMIN3 MSI 9,167,360 07-19-06 1:28p
TDY24A~H EXE 2,267,719 09-13-06 4:23p
OLD <_____> 10-30-06 7:44p
UPGRADE BAT 996 03-14-06 9:38a
PWDWS0~Z <_____> 02-01-07 7:42p
6 ? c<R? 12,904,006 ? c?
'R?_????R_ ? ??? X:\I386\$OEM...
2010 Oct 20
1
how to connect to a remote PostgreSQL database from R on mac osx
Hello List,
I would like to connect to a postgreSQL database on a remote server and I am wondering what is the best package to do that. I have just installed RpgSQL, RPostgreSQL, Rdbi and RODBC.
The handiest to me is RPostgreSQL but I don't see how to connect to a remote server with it. For sure I can connect to remote server with RODBC, but since I am on a Mac OSX 10.6, I have quite
2008 Jan 03
0
CentOS-5 PostgreSQL 8.1.9
I have installed pgadmin3 from Dags repository. I now wish to enable
postgresql server instrumentation and my research indicates that I need to
install postgres-contrib (done) and then run the admin81.sql script. I
cannot find said script and yum whatprovides admin.sql or admin81.sql does
not find anything. How do I enabl...
2011 Sep 23
2
PostgreSQL database design tool
Been thinking about playing with PostgreSQL. When I did my research, on
the PostgreSQL site, there were a few tools they "recommended" for
design, display of schemas, etc.
Open System Architect seemed to fit my demands, but unfortunately, the
installation documents do not exist, at least the links go in a circle
to nowhere. There's a binary which I assume can be executed, but at
2011 May 20
2
Rails DB defaults to utf8 for mysql -- but unicode for postgresql
Hi,
Creating a new Rails application with -d postgresql sets the encoding in
the database.yml to unicode
Creating a new Rails with -d mysql sets the encoding to utf8
Any ideas why this difference?
I''ve been having problems with encoding due to localization, accents,
json and what no. I thought I was using utf8 and not unicode. Would this
have any impact?
If this would be an issue?
2012 Jan 25
1
(OT): Horde initial SQL setup
I haven't been able to find anything useful on the horde sites,
and I haven't found anything useful with 'yum search'.
I am trying to set up horde webmail using the PEAR install on a new
CentOS 5 system intending to migrate existing horde-3.x sites to horde-4.x.
The PEAR installation procedure asked for the database type, db name, and
password. I had not created the mysql
2005 Nov 27
5
OT: good admin gui postgresql on OSX?
Hi,
I recently bought by first Mac and I''m looking for some alternatives for
my windows applications.
Does anybody know a decent gui admin app for postgresql? On windows I
use postgresql manager:
http://www.sqlmanager.net/en/products/postgresql/manager
I find this a very good piece of software and it''s free, even though I
paid a little for some extra features. I''d
2006 Jun 15
8
postgresql sequence and migrations
I have a specific need to ''fixate'' my ''roles'' table sequence when
migrating.
at migration #4, I have 28 records in my roles tables and I can manually
reset the roles_id_seq but it stands to reason that since I am doing
everything else in the migration, I might as well reset the sequence
there too.
so I tried this in my migration file...
execute
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s
overhead so large that the lighter MySQL will work substantially better for small apps on
small machines? Or are they very similar in performance and configuration?
I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL
around at all.
On the other