Hello all,
My database seems to be functioning much slower than I would expect of
even the worst database. Can anyone point me towards any fine tuning
that I can do(i.e. documentation, web sites, comentary).
Thanks Very Much.
On Thu, 15 Apr 1999, Adriaan Joubert wrote:
> The Hermit Hacker wrote:
> > >
> > > I don't want to create a polemic, but is it possible to make a
> > > recovery of the previous WWW interfaces of the postgreSQL.org site?
> > > What does an elephant do on the home page? Probably you have been
> > >
The Hermit Hacker wrote:
> >
> > I don't want to create a polemic, but is it possible to make a
> > recovery of the previous WWW interfaces of the postgreSQL.org site?
> > What does an elephant do on the home page? Probably you have been
> > hacked :-)
>
> The elephant surrounded by the diamond h
If anyone's interested, it turns out a good temporary fix to this
problem involves only two lines of SQL:
update pg_class set relname = lower(relname);
update pg_attribute set attname = lower(attname);
This seems to work without any side effects. enjoy- glenn
>
> I've seen this question elsewh
On Thu, 15 Apr 1999, valter wrote:
> The Hermit Hacker wrote:
>
> > there is a max? *raised eyebrow*
> >
>
> i've not understand!
>
> in Sysbase the limit is 8 Tera Byte, in Mysql a table cannot be much than 2 or 4
> Gb ...
> what are the postgresql LIMITS?
At this point in time, we are not a
On Thu, 15 Apr 1999, darold wrote:
> Hi all,
>
>
> I don't want to create a polemic, but is it possible to make a
> recovery of the previous WWW interfaces of the postgreSQL.org site?
> What does an elephant do on the home page? Probably you have been
> hacked :-)
The elephant surrounded by th
On Thu, 15 Apr 1999, valter wrote:
> The Hermit Hacker wrote:
>
> > there is a max? *raised eyebrow*
> >
>
> i've not understand!
>
> in Sysbase the limit is 8 Tera Byte, in Mysql a table cannot be much than 2 or 4
> Gb ...
> what are the postgresql LIMITS?
I think it's dependent on the opera
The Hermit Hacker wrote:
> there is a max? *raised eyebrow*
>
i've not understand!
in Sysbase the limit is 8 Tera Byte, in Mysql a table cannot be much than 2 or 4
Gb ...
what are the postgresql LIMITS?
On Thu, 15 Apr 1999, Bruce Momjian wrote:
> > On Wed, 14 Apr 1999, Michael Davis wrote:
> >
> > > The safest way is to select the nextval('seq_name') and then insert using
> > > this value.
> >
> > I understand, I just thought something like, I do the insert, and then
> > grab the value with:
Hi all,
I don't want to create a polemic, but is it possible to make a recovery
of the previous
WWW interfaces of the postgreSQL.org site? What does an elephant do on
the
home page? Probably you have been hacked :-)
The previous logo was the good one., If you need help to design a new
interface
there is a max? *raised eyebrow*
On Thu, 15 Apr 1999, valter wrote:
> valter
>
>
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: [EMAIL PROTECTED] secondary: scrappy@{freebsd|postgresql}.org
I've seen this question elsewhere on the list, but no good answer.
I am exporting large databases from MS Access to PG, but the table
and column names come out as case-sensitive in PG and I need to
quote them in order for PG to see them.
select * from table tab1;
gives an error because the table
valter
13 matches
Mail list logo