[GENERAL] Database limits

2006-05-08 Thread Q Beukes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, What ways are there to limit the sizes of a database? Thx Q Beukes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRF8oErEDZDQ16UzTAQJbsAf+L8+RijP

[GENERAL] pg_dump sequence problem

2006-08-04 Thread Q Beukes
is not what it was, which makes restoring backups quite an effort. regards Q Beukes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBRNM+lLEDZDQ16UzTAQIBIggAv3XxXa2HZ4ZU0i0Zu738r4567cgk5trr /ZGLCdXOSY2wvOtSDtsAVD/rMZXwPEsPfy4M2u0inllr0Uq2uQ1pA4/+fohtqPq5 XPCv5G3wLFcOJR7NpjKA

Re: [GENERAL] apostrophes and psql variables

2006-08-20 Thread Q Beukes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You must have missed one, because: root=# \set tv1 '\'testval\'' root=# insert into test values(:tv1); INSERT 0 1 root=# Ilja Golshtein wrote: > Hello! > > Is there any way to have psql variable in apostrophes? > > The idea is to do something like t