Re: [GENERAL] User Gallery...

1998-06-17 Thread Bruce Momjian
> > On Wed, 17 Jun 1998, Egon Schmid wrote: > > > Make the first column with the current table headers. In the second column > > the content. > > You lost me on that one...the way I'm reading it, you are suggesting going > further across the screen? Or do you mean do one site per table, each >

Re: [GENERAL] Problem with apostrophe

1998-06-17 Thread Byron Nikolaidis
Just escape the apostrophe with a backslash. Byron [EMAIL PROTECTED] wrote: > Is there any way of having an apostrophe in a data field? > It is a problem because the apostrophe is the same character as the single > quote, so the database gets a parser error when a name such as "O'Brian" > is en

Re: [GENERAL] Problem with apostrophe

1998-06-17 Thread eric
the escape character brings up the help menu, thinking that \' is not a valid option. On Wed, 17 Jun 1998, Brett W. McCoy wrote: > On Wed, 17 Jun 1998, Amos Hayes wrote: > > > > Is there any way of having an apostrophe in a data field? > > > It is a problem because the apostrophe is the same ch

Re: [GENERAL] Problem with apostrophe

1998-06-17 Thread Brett W. McCoy
On Wed, 17 Jun 1998, Amos Hayes wrote: > > Is there any way of having an apostrophe in a data field? > > It is a problem because the apostrophe is the same character as the single > > quote, so the database gets a parser error when a name such as "O'Brian" > > is entered. > > Have you tried dou

Re: [GENERAL] Problem with apostrophe

1998-06-17 Thread Amos Hayes
On Wed, 17 Jun 1998 [EMAIL PROTECTED] wrote: > Is there any way of having an apostrophe in a data field? > It is a problem because the apostrophe is the same character as the single > quote, so the database gets a parser error when a name such as "O'Brian" > is entered. Have you tried doubling

Re: [GENERAL] User Gallery...

1998-06-17 Thread The Hermit Hacker
On Wed, 17 Jun 1998, Egon Schmid wrote: > Scrolling horizontally isn't as good as scrolling vertical. I would > suggest to have one entry over the next so I can see all information all > together on the scren. And of course leave out rows with no content. I, personally, do not like the i

[GENERAL] Problem with apostrophe

1998-06-17 Thread eric
Is there any way of having an apostrophe in a data field? It is a problem because the apostrophe is the same character as the single quote, so the database gets a parser error when a name such as "O'Brian" is entered. There must be a work-around, but I can not find any solution. thank you for y

Re: [GENERAL] User Gallery...

1998-06-17 Thread Egon Schmid
Scrolling horizontally isn't as good as scrolling vertical. I would suggest to have one entry over the next so I can see all information all together on the scren. And of course leave out rows with no content. -Egon On Wed, 17 Jun 1998, The Hermit Hacker wrote: > On Wed, 17 Jun 1998, Egon Schmi

Re: [GENERAL] User Gallery...

1998-06-17 Thread The Hermit Hacker
On Wed, 17 Jun 1998, Egon Schmid wrote: > Make the first column with the current table headers. In the second column > the content. You lost me on that one...the way I'm reading it, you are suggesting going further across the screen? Or do you mean do one site per table, each table vertical fro

Re: [GENERAL] User Gallery...

1998-06-17 Thread Egon Schmid
Make the first column with the current table headers. In the second column the content. -Egon On Wed, 17 Jun 1998, The Hermit Hacker wrote: > On Wed, 17 Jun 1998, Egon Schmid wrote: > > > Hi, is it possible to reduce the number of columns to two or three. It > > doesn't fit very well in netsca

Re: [GENERAL] User Gallery...

1998-06-17 Thread The Hermit Hacker
On Wed, 17 Jun 1998, Egon Schmid wrote: > Hi, is it possible to reduce the number of columns to two or three. It > doesn't fit very well in netscape If you wish to suggest a good layout that will allow for the same amount of information in less columns, I'm all ears...I couldn't figure out one :

Re: [GENERAL] User Gallery...

1998-06-17 Thread Egon Schmid
Hi, is it possible to reduce the number of columns to two or three. It doesn't fit very well in netscape -Egon On Wed, 17 Jun 1998, The Hermit Hacker wrote: > > Just added some more entries to the User Gallery located at > http://www.postgresql.org/user_gallery... > > We're up to a grand tota

[GENERAL] User Gallery...

1998-06-17 Thread The Hermit Hacker
Just added some more entries to the User Gallery located at http://www.postgresql.org/user_gallery... We're up to a grand total of 18 sites that are using PostgreSQL...and I thought we had so many more then that :)

[GENERAL] http://www.postgresql.org/supp-mlists.shtml

1998-06-17 Thread infotechsys

[GENERAL] Strange stuff with fetch

1998-06-17 Thread Maarten Boekhold
Hi, I have a pice of code which does basiccaly this: $query = "fetch in T"; while (($res = PQexec($PG_CONN, $query)) && ($PGRES_TUPLES_OK == PQresultStatus($res)) && (PQntuples($res) == 1)) { do_stuff(); PQclear($res); } As you see I'm still using the old perl-interface :). No