Apple has added PostgreSQL support to php in High Sierra. PhpPgAdmin seems to
have died at Version 5.1 and it does not play nice with php 7.x. There is a
fork called phpPgAdmin 6.
I have been able to get the interface up but selecting a database results in an
error.
My php-foo is weak...has a
> On Feb 22, 2017, at 10:08 AM, Jerry LeVan wrote:
>
>>
>> On Feb 22, 2017, at 9:49 AM, Adrian Klaver wrote:
>>
>> On 02/22/2017 07:32 AM, Jerry LeVan wrote:
>>>
>>>> On Feb 22, 2017, at 9:20 AM, Adrian Klaver
>>>> wrote:
>
> On Feb 22, 2017, at 9:49 AM, Adrian Klaver wrote:
>
> On 02/22/2017 07:32 AM, Jerry LeVan wrote:
>>
>>> On Feb 22, 2017, at 9:20 AM, Adrian Klaver
>>> wrote:
>>>
>>> On 02/22/2017 07:09 AM, Jerry LeVan wrote:
>>>> Sorry I
> On Feb 22, 2017, at 9:20 AM, Adrian Klaver wrote:
>
> On 02/22/2017 07:09 AM, Jerry LeVan wrote:
>> Sorry I accidentally posted this to pgsql-general-owners earlier today…
>>
>> How can this happen ( from the postgresql.log file)
>>
>> LOG:
Sorry I accidentally posted this to pgsql-general-owners earlier today…
How can this happen ( from the postgresql.log file)
LOG: statement: select * from knives where manufacturer=‘Boker’
ERROR: column "‘boker’" does not exist at character 41
Some background:
I am trying to move from 3
Hello, I am trying to upgrade my postgresql ‘stuff’ to 64 bits from 32 bits.
I am running MaxOS Sierra.
I have built the 64 bit version of the server and have loaded
my database into the new server ( 9.6.2 ). Everything seems to be working.
I have some legacy apps that are 32 bit and talk to the
Sigh,
I will try to build without OpenSSL…
My database is seventeen years old, I don’t even remember
which Postgresql I started out with...
Jerry
> On Feb 12, 2017, at 10:53 AM, Tom Lane wrote:
>
> Jerry LeVan writes:
>> Hello, I am trying to build pg 9.6.2 on my M
Hello, I am trying to build pg 9.6.2 on my MacOS Sierra but
configure is being balky
configure:9494: checking for CRYPTO_new_ex_data in -lcrypto
configure:9519: gcc -o conftest -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-for
mat-attribute -Wfo
> I am left today, after an upgrade I think (Fedora 23 --> 24) with a
> broken postgresql.
>
> It used to work very well. The service is started with the systemd
> unit file. I have now this error:
>
> -
> postgres@thetradinghall 筐、筐、 systemd/system %
> /usr/libexec/postgresql-ctl
On Oct 20, 2014, at 7:45 AM, Michael Paquier wrote:
>
>
> On Mon, Oct 20, 2014 at 9:26 PM, Jerry Levan wrote:
> 1) The upgrade evidently *deletes* directories pg_tblspc, pg_twophase, and
> pg_stat_tmp from
>the postgresql data directory. Google said to re
I just upgraded one of my Mac computers to Yosemite and am having a
small problem.
1) The upgrade evidently *deletes* directories pg_tblspc, pg_twophase, and
pg_stat_tmp from
the postgresql data directory. Google said to recreate the missing
directories and indeed
Postgresql then was able
On Mar 24, 2014, at 11:30 AM, Sergey Konoplev wrote:
> On Mon, Mar 24, 2014 at 9:14 AM, Jerry Levan wrote:
>> ERROR: could not seek to end of file "global/12292": Too many open files
>> LOG: out of file descriptors: Too many open files; release and retry
> [...]
The other day I attempted to connect to my 9.3.2 postgresql data base and my
connection
attempts kept failing.
I found about 10 lines in the log file that looked like:
ERROR: could not seek to end of file "global/12292": Too many open files
LOG: out of file descriptors: Too many open files
Today I updated my fedora machine from f19 to f20 without taking a
data dump.
When ‘fedup’ finished my 9.2.x binaries were updated to 9.3.x and
postgresql can no longer start…
I have all of the tables on another machine ( a mac running 9.1.x postgresql)
so no important
data was lost. ( My db c
Hi,
I recently modified one of my Fedora boxes by changing it's name and ip.
I also disabled the internal wifi ( connection speed was dropping to 1 mb/sec )
and
configured a USB wifi stick ( wow 270~300 mb/sec ).
As I checked out the refurbed box networking was ok and I was able to connect
to P
On Feb 17, 2012, at 4:58 PM, Tom Lane wrote:
> Jerry Levan writes:
>> On Feb 17, 2012, at 4:21 PM, Tom Lane wrote:
>>> I beg your pardon?
>
>> Sorry, they do not appear in *my* 'yum update' or yumex or the software
>> update program.
>
> H
On Feb 17, 2012, at 4:21 PM, Tom Lane wrote:
> Jerry Levan writes:
>> Seems like Postgresql 9.1.2 has been out for a while but it has
>> not appeared in the updates for Fedora 16.
>
> I beg your pardon?
Sorry, they do not appear in *my* 'yum update' or yumex
I guess I am feeling a bit cranky today :(…
Seems like Postgresql 9.1.2 has been out for a while but it has
not appeared in the updates for Fedora 16.
Today I cruised koji.fedoraproject.org and noticed that a
set of rpms appear to been built by , ummm, 'tgl' back in
early January.
Does anyone kn
On Nov 14, 2011, at 5:33 PM, pgsql-general-ow...@postgresql.org wrote:
> Date: Mon, 14 Nov 2011 16:01:16 +0100
> From:
> To:
> Subject: Client SQL Tool
> Message-ID: <2D9339CD594D4A68B51E9D0B3AF134F4@neuromancer>
>
> Hi all,
>
> Iâ•˙ve started a new codeplex project that could be interesting
On Nov 12, 2011, at 5:49 PM, Tom Lane wrote:
> Jerry Levan writes:
>> On Nov 12, 2011, at 3:34 PM, Scott Mead wrote:
>>> The Makefile should be including the global did you try a 'make
>>> install' ?
>
>> I went back and did the make
On Nov 12, 2011, at 3:34 PM, Scott Mead wrote:
>
> On Sat, Nov 12, 2011 at 1:02 PM, Jerry Levan wrote:
> I think I have somehow botched my installation of 9.1.1 on Mac OSX 10.7.2
>
> I have a mac running 9.1.1.
>
> I then built dblink from the contrib directory and I did
I think I have somehow botched my installation of 9.1.1 on Mac OSX 10.7.2
I have a mac running 9.1.1.
I then built dblink from the contrib directory and I did not
see an install option in the make file.
I tried copying the dblink.so file to the postgresql library directory
but i cannot figure ou
Hi,
I compiled pg 9.1.1 on my Mac OX 10.7.2 this afternoon and when I attempted
to build dblink I got:
eagle:dblink postgres$ export CC="gcc -arch i386"
eagle:dblink postgres$ make
gcc -arch i386 -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wformat
On Nov 10, 2011, at 9:56 PM, Craig Ringer wrote:
> On 11/10/2011 11:10 PM, Jerry Levan wrote:
>> I upgraded to Fedora 16 yesterday…
>>
>> I thought I might have lost my 12 year old db when the system came up
>> and I noticed the 9.1 had overwrote the old binaries.
&
I upgraded to Fedora 16 yesterday…
I thought I might have lost my 12 year old db when the system came up
and I noticed the 9.1 had overwrote the old binaries.
Then I read about pg_upgrade stuff and it worked!
I found that postgresql would not start at boot time until
I did:
systemctl enable pos
Hi,
I have tables on my various computers that looks like:
Table "public.registrations"
Column | Type | Modifiers | Storage | Description
--+--+---+--+-
software | text | | extended |
id | text | | extended |
Hi,
I have tables on my various computers that looks like:
Table "public.registrations"
Column | Type | Modifiers | Storage | Description
--+--+---+--+-
software | text | | extended |
id | text | | extended |
va
>
>
> On Jun 16, 2011, at 5:16 PM, Dagan McGregor wrote:
>
>> On Thu, 16 Jun 2011 15:01:30 -0400, Jerry LeVan wrote:
>>> Yesterday I upgraded from fedora 14 to fedora 15...
>>>
>>> The install process sorta trashed my 8.4 db...here is
>>>
On Thu, 2011-06-16 at 16:05 -0400, Tom Lane wrote:
> Jerry LeVan writes:
> > Yesterday I upgraded from fedora 14 to fedora 15...
> > The install process sorta trashed my 8.4 db...here is
> > what I have:
> > postgresql-server-9.0.4-1.fc15.i686
> > postg
Yesterday I upgraded from fedora 14 to fedora 15...
The install process sorta trashed my 8.4 db...here is
what I have:
postgresql-server-9.0.4-1.fc15.i686
postgresql-pltcl-8.4.4-1PGDG.fc12.i386
postgresql-docs-8.4.4-1PGDG.fc12.i386
postgresql-libs-9.0.4-1.fc15.i686
postgresql-contrib-8.4.4-1PGDG.f
The docs ( 9.0.2) for create table asserts that a data type representing a row
of
the table is automatically created.
Tain't clear to me what this means...
Here is a fragment of sql that I frequently use:
*
insert into checks (select *
from dblink('select * from checks where date
Trapped in Steve Jobs Reality Distortion Field
On Jan 25, 2011, at 8:21 AM, John DeSoi wrote:
>
> On Jan 24, 2011, at 3:25 PM, Jerry LeVan wrote:
>
>> I assume that if I were to jump to Pg 9.x.x that phpPgAdmim would die, yes?
>
> I have not tried it, but my guess is
I have cleaned up my simple Perl cgi script for accessing Postgresql db's...
Thanks to Tom Lane's (aka the Wizard) hints the 'describe ' function
now works :)
The url: http://homepage.mac.com/levanj/Perl
I also found a mac php package that has postgresql support ( My mac php systems
do *not
On Jan 19, 2011, at 3:12 PM, DM wrote:
> one of the way to find out schema name is like below
>
> select * from pg_tables where tablename like '%xyz%';
> schemaname | tablename | tableowner | tablespace | hasindexes | hasrules |
> hastriggers
> +---++-
Hi,
I am trying to tidy up my perl script that runs as a cgi and allows
remote users (aka me) to interact with my Pg database.
I primarily want to use this tool as a way for my iPad to
browse my data base. It seems to be working quite well but
one certainly does not want to 'select * from ginorm
Hi,
I am trying to tidy up my perl script that runs as a cgi and allows
remote users (aka me) to interact with my Pg database.
I primarily want to use this tool as a way for my iPad to
browse my data base. It seems to be working quite well but
one certainly does not want to 'select * from ginor
On Jan 17, 2011, at 11:30 AM, Gary Chambers wrote:
> Jerry,
>
>>> http://www.gnegg.ch/2009/08/snow-leopard-and-php/
>> It sorta looks like the above might blow away the existing php stuff...
>
> Have you considered using the MacPorts version? That's what I use for
> development on my Macs and
On Jan 17, 2011, at 10:48 AM, John DeSoi wrote:
>
> On Jan 16, 2011, at 7:40 PM, Andrej wrote:
>
>>> Is there an idiot installable package for MacOsX Snow Leopard that will
>>> provide a 'better' user experience for accessing Pg via the web, especially
>>> when viewed on the iPad?
>>
>> It's n
Hi,
I have an iPad and a small network of macs and fedora/windoze machines at home.
I am running pg 8.4.4 on all of the 'real' computers.
I have been hoping that some developer would create an iPad app that would
allow me
to access my home database ( i am getting a bit long in the tooth and
re
Hi,
Is there a Fedora 14 rpm for pgadmin that works out of the box for pg 8 and pg
9?
Thanks,
Jerry
Trapped in Steve Jobs Reality Distortion Field
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgs
I am trying to screw up the courage to update my systems ( 2 macs, 2 fedora )
from
the last 8.4 postgresql updates to the latest 9.0.1 versions.
I have a couple of concerns...
1) I have developed my own gui apps using tcl/tk and wxpython for accessing and
maintaining my db's.
I use psyco
On Aug 1, 2010, at 8:00 PM, ABPNI wrote:
>
>
> On 2 Aug 2010, at 00:44, Jerry LeVan wrote:
>
>> Has anyone looked at the feasibility of building libpq as a first step
>> towards building
>> An iPad app that can talk to postgresql dbs ?
>>
>> Thanks
Has anyone looked at the feasibility of building libpq as a first step towards
building
An iPad app that can talk to postgresql dbs ?
Thanks
Jerry
Trapped in Steve Jobs Reality Distortion Field
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscr
On Jul 17, 2010, at 1:21 PM, Tom Lane wrote:
> Jerry LeVan writes:
>> I wish whoever is in charge of the yum rpm depository would get
>> cracking on building the Fedora 13 repo...
>
> Uhm ... what's wrong with the Fedora-supplied PG RPMs?
>
>
On Sat, 2010-07-17 at 08:49 -0700, Joe Conway wrote:
> On 07/17/2010 08:12 AM, Tom Lane wrote:
> > I wrote:
> > Oh, and Theory 3: see if restarting your postgresql server fixes it.
> > If you didn't restart then the old openldap libraries are probably
> > still in the server's address space. I'm n
I think that something bad has happened to Fedora 13 this week.
This morning when I tried the following:
select dblink_connect('host=mbp user=levan dbname=levan password=xx')
I got the following error:
Error: could not load library "/usr/lib/pgsql/dblink.so":
/usr/lib/libldap_r-2.4.so.2: u
Will the repository be updated for Fedora 13 in the
near future :)
I had to disable the repo because yumex croaks when it
cannot find the repository.
Jerry
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mai
Begin forwarded message:
> From: Jerry LeVan
> Date: May 11, 2010 9:52:21 AM EDT
> To: "pgsql-general@postgresql.org general"
> Subject: Subscription Mess...
>
> Please excuse the intrusion...
>
> Last week, my subscription to pgsql-general quit coming to m
Please excuse the intrusion...
Last week, my subscription to pgsql-general quit coming to my mailbox...
I logged into my account at postgresql.org and it showed that I was
stilled subscribed.
In desperation I changed my email address ( to my gmail account) and the
subscription started
arriving
On Sep 23, 2009, at 7:46 PM, Tom Lane wrote:
Jerry LeVan writes:
could not lookup DNS configuration info service: (ipc/send) invalid
destination port
LOG: could not resolve "localhost": nodename nor servname provided,
or not known
LOG: disabling statistics collector for lack
Hi,
I have two Snow Leopard installations, a macbook pro and a mac mini.
Whenever I start the postgresql system on the mbp the log shows:
LOG: received smart shutdown request
LOG: shutting down
LOG: database system is shut down
could not lookup DNS configuration info service: (ipc/send) inva
On Sep 20, 2009, at 7:47 PM, Scott Ribe wrote:
The only thing that comes to mind is two separate build trees, one
32bit
and the other 64bit and then somehow gluing the two libpqs
together...
Basically, probably the easiest way to proceed--man lipo to figure
out how
to combine the librar
Hi,
I have a i386 version of postgresql 8.4.1 created by setting
export CC="gcc -arch i386" an then doing the config, make and make
install.
In particular libpq is an i386 library.
Now I use two database 'adaptors' psycopg2 for python and pgtcl-ng for
tcl.
The python I use is from python.or
On Sep 7, 2009, at 9:37 AM, Jan Otto wrote:
hi jerry,
could not lookup DNS configuration info service: (ipc/send) invalid
destination port
LOG: could not resolve "localhost": nodename nor servname provided,
or not known
LOG: disabling statistics collector for lack of working socket
WARNING:
On Sep 7, 2009, at 11:36 AM, Adrian Klaver wrote:
On Monday 07 September 2009 6:03:28 am Jerry LeVan wrote:
On Sep 6, 2009, at 7:29 PM, Tom Lane wrote:
Jerry LeVan writes:
I have compiled a 32 bit ( CC="gcc -arch i386" ) version of
PG 8.4.0.
Since that's not the default
On Sep 6, 2009, at 7:29 PM, Tom Lane wrote:
Jerry LeVan writes:
I have compiled a 32 bit ( CC="gcc -arch i386" ) version of
PG 8.4.0.
Since that's not the default on SL, have you tried 64 bit?
could not lookup DNS configuration info service: (ipc/send) invalid
desti
I have compiled a 32 bit ( CC="gcc -arch i386" ) version of
PG 8.4.0.
I am finding the following in the pg logfile when I stop then start
the postgresql server.
LOG: received smart shutdown request
LOG: shutting down
LOG: database system is shut down
could not lookup DNS configuration info se
On Sep 3, 2009, at 11:01 AM, Jan Otto wrote:
hi jerry,
Hi I am having a problem building Postgresql 8.4.0 in Snow Leopard.
I cannot get plpython to build...
I have installed MacPython 2.6.2 in /Library/Frameworks/
Python.framework
do you really need python 2.6.2? snow leopard has python 2
Hi I am having a problem building Postgresql 8.4.0 in Snow Leopard.
I cannot get plpython to build...
I have installed MacPython 2.6.2 in /Library/Frameworks/Python.framework
The binary:
mbp:postgresql-8.4.0 postgres$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/pytho
On Aug 29, 2009, at 2:40 PM, Martin Gainty wrote:
for superusers only
dblink-connect takes a libpq style connection string with hostaddr
as first attribute
dblink("hostaddr=127.0.0.1 port=5432 dbname=mydb user=postgres
password=mypasswd");
http://www.postgresql.org/docs/current/static/c
Gh,
Last week postgresql was working fine, yesterday I upgraded to
Snow Leopard...
Everything seemed to be working and then I tried to move some
rows to another machine via dblink.
I am getting a variety of failures on dblink_connect..
mbp is my main machine let me connect to my home serve
On Mar 21, 2009, at 12:37 PM, Tom Lane wrote:
Jerry LeVan writes:
Something seems to have messed up my dblink interface...
The only thing I can think that has changed the last week
was the installation of 8.3.7.
What version were you using beforehand? Are you *sure* nothing else
in
Something seems to have messed up my dblink interface...
The only thing I can think that has changed the last week
was the installation of 8.3.7.
It has been a long time since I have had to think about
the installation of the dblink package...
The basic situation is as follows...
I have my mai
Have you tried putting your environmental variables
in:
.MacOSX
I have some apps that need access to some PG enviromental
variables and I had to put them in a plist in the
directory .MacOSX
e.g.
[mbp:~/.MacOSX]$ ls -al ~/.MacOSX
total 8
drwxr-xr-x3 jerry jerry 102 Jun 25 2007 .
On Feb 4, 2008, at 1:25 PM, Tom Lane wrote:
"Dave Page" <[EMAIL PROTECTED]> writes:
The Mac build of EDB Postgres is universal throughout,
Yeah? How painful is it? We've had more than one request to enable
universal builds.
regards, tom lane
Here is a config file
Hi,
I am trying to bring one of my Cocoa based Postgresql browsers
up to date.
I would like to create a "universal", ie works on PPC and Intel
Macintosh
platforms, version of the application.
I guess the initial task would be to build a universal version of
libpq.a.
In the past I have cr
On Feb 19, 2007, at 9:05 AM, Richard Huxton wrote:
Don't forget to CC: the list
Jerry LeVan wrote:
Is there an elegant way I can merge/update the two tables so that
they will contain the same information ( with no duplicates or
omissions)?
It sounds like you'll want so
Hi,
I have a table with four text fields on two different machines
that contain information about mail list passwords/software keys
and similar information. Neither table has any keys or constraints.
I do have dbi installed on each machine...
Is there an elegant way I can merge/update the two t
Hi,
I am running 8.2.1 on my Mac OS X and my X86 Fedora Laptop...
I just noticed that on my mac:
levan=# select 'A' < 'a' ;
?column?
--
t
(1 row)
and on the linux box:
levan=# select 'A' < 'a' ;
?column?
--
f
(1 row)
The locale function on the mac has everything set to "C"
a
PyPgExplorer is a pure python application that allows the
user to browse and modify Postgresql Databases. Features
include:
o A Scripts menu that makes access to your favorite SQL
scripts only a click away.
o On unix and Mac systems, if psql is detected in a
standard location, then access to
at 5:53 PM, Jerry LeVan wrote:
I would like to install a "psql" command line program on
my winxp box. ( something that acts like psql on a unix box.)
I hope to embed such a program in my Tcl/Tk and Python
PostgreSQL browsers so I can more offer more functionality
in the browsers...
Hi,
I would like to install a "psql" command line program on
my winxp box. ( something that acts like psql on a unix box.)
I hope to embed such a program in my Tcl/Tk and Python
PostgreSQL browsers so I can more offer more functionality
in the browsers...
My development environment on XP is res
On May 13, 2006, at 6:18 PM, Tom Lane wrote:
Jerry LeVan <[EMAIL PROTECTED]> writes:
How ever if I turn it around, and on the mac issue
the command
ssh -L :linuxbox:5432 -l jerry linuxbox
Then I am not able to connect to the linux box
via psql or any Gui front ends.
[ tr
Hi,
On my linux box I can issue the command
ssh -L :macjerry:5432 -l jerry macjerry
This will create a "tunnel" to connect to my
mac named "macjerrry".
I can connect to databases on macjerry via psql
by specifying port on my linux box and other postgresql
front ends.
How ever if I
Markus,
PgBrowse 1.7a allows saving Large Objects into a file and
the PgBrowse editor also allows inserting Bytea Fields from
a file.
See http://homepage.mac.com/levanj/TclTk
Jerry
---(end of broadcast)---
TIP 4: Have you searched our list archiv
David,
It appears that the problem is related to the
fact that MacOSX does not really use the libreadline
(checks and you will see that it is a symlink to
libedit.)
I asked this question a year or so ago and Tom
Lane said that when the history file was closed
that the libedit did not return the
The propaganda at MediaWiki is sorta vague on Postgresql support.
Has anyone put MediaWiki up using the current version of Postgresql?
Jerry
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose
e:
Hi,
On Tue, 2006-03-21 at 17:02 -0500, Jerry LeVan wrote:
I accidently upgraded my linux/intel to fc5 from fc4 and
something happened...
Postgres cannot find some needed shared libraries any
more.
We (PGDG) don't have RPMs for FC5 yet. However Fedora Core ships with
8.1.3 RPMs alre
PM, Devrim GUNDUZ wrote:
Hi,
On Tue, 2006-03-21 at 17:02 -0500, Jerry LeVan wrote:
I accidently upgraded my linux/intel to fc5 from fc4 and
something happened...
Postgres cannot find some needed shared libraries any
more.
We (PGDG) don't have RPMs for FC5 yet. However Fedora Core ships
Hi,
I accidently upgraded my linux/intel to fc5 from fc4 and
something happened...
Postgres cannot find some needed shared libraries any
more.
Can anyone offer any clues?
Jerry
/usr/bin/postmaster: error while loading shared
libraries: libssl.so.5: cannot open shared object file: No such file
PgBrowse ver 1.7 is a generic Postgresql database browser that works on
Windows, Macintosh and Linux platforms that is written in Tcl/Tk.
A Starpack is available for Linux/x86 and an application bundle
is available for MacOSX.
What is new in 1.6?
o 1.6 Contains and can display the complete ht
Hi,
I have a bunch of small dbs (levan, pictures, and a couple of others).
I have had these db's over many upgrades and I have just noticed that
template1 seems to be a bit munged...
testuser=> \c template1
You are now connected to database "template1".
template1=> \d
List of relat
(Sorry for the spam but pgsql-announce refuses to recognize my mail..._
PgBrowse ver 1.5 is a generic Postgresql database browser that works on
Windows, Macintosh and Linux platforms that is written in Tcl/Tk.
A Starpack is available for Linux/x86 and an application bundle
is available for MacOSX
On Dec 14, 2005, at 3:15 AM, Richard Huxton wrote:
Jerry LeVan wrote:
Hi,
I just downloaded the 8.1.1 rpms for FC4 from postgresql.org.
It appears that removing the existing rpms will require also
removing a number of dependencies. (That what Synaptics asserts...)
Is it possible to use a &quo
PgBrowse ver 1.4 is a generic Postgresql database browser that works on
Windows, Macintosh and Linux platforms that is written in Tcl/Tk.
A Starpack is available for Linux/x86 and an application bundle
is available for MacOSX.
What is new in 1.4?
o Fixed a bug where fields greater than 200 chara
Hi,
I just downloaded the 8.1.1 rpms for FC4 from postgresql.org.
It appears that removing the existing rpms will require also
removing a number of dependencies. (That what Synaptics asserts...)
Is it possible to use a "rpm -Uvh *" to overwrite the existing
8.1.0 rpms from postgresql.org? and n
Are there any (detailed) instructions available on how
to connect OpenOffice 2 and Postgresql 8.1.
I have the jdbc driver(s) from postgresql.org...
I am running FC4 and have access to DB's on a Mac
and the Linux box.
Thanks,
Jerry
---(end of broadcast)-
Begin forwarded message:
From: Jerry LeVan <[EMAIL PROTECTED]>
Date: December 9, 2005 10:45:35 PM EST
To: Michael Fuhr <[EMAIL PROTECTED]>
Cc: Postgres General
Subject: Re: [GENERAL] Update and bytea problem...
On Dec 9, 2005, at 9:35 PM, Michael Fuhr wrote:
On Fri, Dec 09, 2
On Dec 9, 2005, at 9:35 PM, Michael Fuhr wrote:
On Fri, Dec 09, 2005 at 08:46:17PM -0500, Jerry LeVan wrote:
I am trying to write a general update command where
there might be "bytea" fields involved.
The update command is generated programatically.
I am having some problems wh
Hi,
I am trying to write a general update command where
there might be "bytea" fields involved.
The update command is generated programatically.
I am having some problems when a bytea field is
involved.
A generated command might look like:
update pics set info='moof.jpg', byteafield='moof.jpg
I downloaded the postgresql-8.1.0 source rpm for Fedora Core 4 from the
rpm repository at postgresql.org.
I installed the rpm with " rpm -i postgresql-8.1.0-2PGDG.src.rpm"
I then attempted to rebuild the packages with
rpmbuild --rebuild --define 'tcl 1' --define 'kerberos 0' --define
'tclde
PgBrowse ver 1.3 is a generic Postgresql database browser that works on
Windows, Macintosh and Linux platforms that is written in Tcl/Tk.
A Starpack is available for Linux/x86 and an application bundle
is available for MacOSX.
A couple of features that help differentiate this (free) tool.
1) No
NDUZ wrote:
Hi,
On Sun, 27 Nov 2005, Jerry LeVan wrote:
Is Tcl support included in any of the FC4 rpms located
at postgresql.org? { I am talking about the 8.1 release }.
No.
If you need the tcl rpm, you need to rebuild our srpm:
rpm --rebuild --define 'tcl 1' postgresql-8.1.0-
Is Tcl support included in any of the FC4 rpms located
at postgresql.org? { I am talking about the 8.1 release }.
(Tain't clear from the names of the rpms...)
If tcl support is in one of the rpms then does
the install proceed by downloading all of the
rpms into a single directory and then issue
Hi,
How could one differentiate between DEFAULT and 'DEFAULT' as parameters
to PQexecuteParams?
Jerry
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
Hi,
I am mucking around trying to build a gui'sh "table editor" for
Postgresql.
I am currently using a "held" cursor to move around the table, Since the
"cursor" does not show table modification I am thinking about using the
"limit" and "offset" attributes to select the rows to display.
What
Tom was right, on the Mac libreadline is linked to libedit.
My "solution" was to comment out the line reporting the
error in the program "input.c"
Jerry
On Nov 9, 2005, at 7:27 AM, Andreas Seltenreich wrote:
Tom Lane writes:
Jerry LeVan <[EMAIL PROTECTED]> wr
Hi,
I just upgraded from 8.0.4 to 8.1.0 this afternoon and the only thing
"bad" I have noticed is that whenever I quit psql I get a message:
could not save history to file "/Users/jerry/.psql_history": Invalid
argument
This is on MacOS X 10.4.3
Thanks for any info...
Jerry
---
Some more info, the history is actually written!
( ' ' seems to be translated to \40 )
Still get the error message...
Jerry
Subject: psql error on quitting...
Hi,
I just upgraded from 8.0.4 to 8.1.0 this afternoon and the only thing
"bad" I have noticed is that whenever I quit psql I get a
PgBrowse ver 1.1 is a generic Postgresql database browser that works on
Windows, Macintosh and Linux platforms that is written in Tcl/Tk.
A couple of features that help differentiate this (free) product.
1) No postresql software is actually needed on the client. ( but
both functionality and spee
1 - 100 of 139 matches
Mail list logo