dbTalk Databases Forums  

[DOCS] Starting server on OpenBSD, IE7 fix for forms

mailing.database.pgsql-docs mailing.database.pgsql-docs


Discuss [DOCS] Starting server on OpenBSD, IE7 fix for forms in the mailing.database.pgsql-docs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hidvégi Gábor
 
Posts: n/a

Default [DOCS] Starting server on OpenBSD, IE7 fix for forms - 06-02-2012 , 09:46 AM






Hello,

1,
I've been playing with PostgreSQL on OpenBSD (5.1), and I found the startup
script described on
http://www.postgresql.org/docs/9.1/i...ver-start.html not
working, "su" is complaining about the login class. So after a bit of
experimenting my working startup script looks like this:

if [ -x /usr/local/pgsql/bin/pg_ctl -a -x /usr/local/pgsql/bin/postgres ];
then
su - postgres -c '/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data
start -l /var/postgres/log -s'
echo 'postgresql'
fi

It should be placed into /etc/rc.local as usually.

2,
I use Internet Explorer 7, but PostgreSQL website form inputs look too
narrow on this browser. You can easily fix it by adding the following lines
to /media/css/iefixes.css:

/*Win IE7 fix */
*:first-child+html TABLE.pgGenericFormTable TR TD INPUT,
*:first-child+html TABLE.pgGenericFormTable TR TD SELECT,
*:first-child+html TABLE.pgGenericFormTable TR TD TEXTAREA,
*:first-child+html TABLE.pgGenericFormTable TR TD DIV.markdownpreview {
width: auto;
}
/*End Win IE7 fix*/

Gábor Hidvégi


--
Sent via pgsql-docs mailing list (pgsql-docs (AT) postgresql (DOT) org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply With Quote
  #2  
Old   
Magnus Hagander
 
Posts: n/a

Default Re: [DOCS] Starting server on OpenBSD, IE7 fix for forms - 06-03-2012 , 10:31 AM






On Sat, Jun 2, 2012 at 4:46 PM, Hidvégi Gábor <gaborca (AT) webvision (DOT) hu> wrote:
Quote:
2,
I use Internet Explorer 7, but PostgreSQL website form inputs look too
narrow on this browser. You can easily fix it by adding the following lines
to /media/css/iefixes.css:

/*Win IE7 fix */
*:first-child+html TABLE.pgGenericFormTable TR TD INPUT,
*:first-child+html TABLE.pgGenericFormTable TR TD SELECT,
*:first-child+html TABLE.pgGenericFormTable TR TD TEXTAREA,
*:first-child+html TABLE.pgGenericFormTable TR TD DIV.markdownpreview {
*width: auto;
}
/*End Win IE7 fix*/
Hi!

This has been added to the list of things to investigate and fix on
the website. Thanks for the report! If you find more, please report
website issues to pgsql-www (AT) postgresql (DOT) org instead - that way, more
people involved with the website will see it :-)

--
*Magnus Hagander
*Me: http://www.hagander.net/
*Work: http://www.redpill-linpro.com/

--
Sent via pgsql-docs mailing list (pgsql-docs (AT) postgresql (DOT) org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.