Thanks for that, I will set the options.
I take your point about the difficulty of maintaining it.
Andrew
Dave Page wrote:
On Feb 4, 2008 10:42 PM, Andrew Maclean <[EMAIL PROTECTED]> wrote:
Is it possible to have offline Display Help on SQL commands instead of a
link to the main
On Feb 4, 2008 10:42 PM, Andrew Maclean <[EMAIL PROTECTED]> wrote:
> Is it possible to have offline Display Help on SQL commands instead of a
> link to the main documentation site?
> I often need a reference to the SQL commands when I am not commected to the
> internet.
Yes, did you check the docs
Is it possible to have offline Display Help on SQL commands instead of a
link to the main documentation site?
I often need a reference to the SQL commands when I am not commected to the
internet.
This feature was in version 1.6 why wasn't it retained in 1.8.2?
Thanks
Andrew
--
___
On 04/02/2008 16:38, Dave Page wrote:
Also, make sure the debugger functions are loaded in the database you
wish to debug - if you've restored a dump into a database created form
template0, they might not be (there should be an sql script in the
server's share directory).
That did the job - I h
On Feb 4, 2008 4:13 PM, Raymond O'Donnell <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> As the subject line says. I've downloaded PG 8.3 (Win32) and
> included the pl/pgsql debugger in the installation options; I've also
> upgraded PgAdmin to 1.8.2. I checked that the debugger files were there,
> an
Hi all,
As the subject line says. I've downloaded PG 8.3 (Win32) and
included the pl/pgsql debugger in the installation options; I've also
upgraded PgAdmin to 1.8.2. I checked that the debugger files were there,
and they are - C:\Program Files\PostgreSQL\8.3\lib\plugins contains
plugin_de
On 04/02/2008 06:20, Anubhuti Chaturvedi wrote:
This is Anubhuti Chaturvedi, I’m in need of your SQL software that’s
PostGreSQL which I need to download , on browsing at your relevant site
I’ve found qyt a lot of links for download, but couldn’t catch hold of
the precise download link, can
Hi,
This is Anubhuti Chaturvedi, I'm in need of your SQL software that's
PostGreSQL which I need to download , on browsing at your relevant site
I've found qyt a lot of links for download, but couldn't catch hold of
the precise download link, can you guide me with the precise link for
downloadi
Hi - I'm trying to compile v1.8.2 on Solaris 10+ with the following script:
#!/usr/bin/env bash
export PKG='pgadmin3-1.8.2'
rm -rf $PKG
gtar -xzf $PKG.tar.gz &&
chown -R ${USER}:${USER} ${PKG}* &&
cd $PKG &&
export CC='gcc' &&
export CFLAGS='-march=opteron -m64 -pthreads -O3'
export CPPFLAGS='-