Re: [GENERAL] PostegreSQL 8.0.0 Beta4 Win32

2004-11-23 Thread GreyGeek
Tom Lane wrote: > regards, tom lane Tom, >From the content of some of your posts I gather that you are a contributor to the PostgreSQL development effort. I just wanted to say thanks for such a fine applications. -- -- GreyGeek ---(end of bro

Re: [GENERAL] Important Info on comp.databases.postgresql.general

2004-11-13 Thread GreyGeek
ld do to eliminate the spoofing and the childish rants that sometimes flair up. The volume of msgs to this group are so great that were it to become moderated and every post previewed to eliminate bandwidth wasting posts and ego-fights, the work load would be overwhelming for even two or three m

Re: [GENERAL] Visual Designer in linux?

2004-11-07 Thread GreyGeek
ches, var displays,etc. If you use Java then JDeveloper with an ODBC line to PostgreSQL works OK, but Python is 5-10X faster. -- GreyGeek ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [GENERAL] PostgreSQL on Windows

2004-10-31 Thread GreyGeek
Michael Shtelma wrote: > Hi! > Can I use postgresql on windows without cygwin? YES! Look for the PostgreSQL 8 beta version on their website. It works great! Don't forget to download pgadminIII for windows too! -- GreyGeek ---(end o

[GENERAL] export-import problem

2004-10-31 Thread GreyGeek
d the varchar field the quotes get stored inside the varchar field. What the magic incantation to get apostrophes in textual data without surrounding the data with quotes? -- -- GreyGeek ---(end of broadcast)--- TIP 9: the planner will ignore your d

Re: [GENERAL] list fieldnames in table? (from PHP)

2004-10-30 Thread GreyGeek
lue (init=None) column += 1 ci.close() ci = None -- -- GreyGeek ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster