Changeset 124 for trunk/pdns/pdns/docs/pdns.sgml
- Timestamp:
- 01/10/03 19:43:01 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r122 r124 12 12 </author> 13 13 14 <PubDate>v2.1 $Date: 2003/01/ 08 21:31:06$</PubDate>14 <PubDate>v2.1 $Date: 2003/01/10 18:43:01 $</PubDate> 15 15 16 16 <Abstract> … … 102 102 </para> 103 103 <para> 104 In other news, we now have a security page at <xref linkend="security-policy">. 104 In other news, we now have a security page at <xref linkend="security-policy">. Furthermore, Maurice Nonnekes contributed an OpenBSD 105 port! See <ulink url="http://www.codeninja.nl/openbsd/powerdns/">his page</ulink> for more details! 105 106 </para> 106 107 <para> … … 5979 5980 gpgsql-basic-query=select content,ttl,prio,type,domain_id,name from records where qtype='%s' and name='%s' 5980 5981 </screen> 5981 5982 When using the Generic PostgreSQL backend, they appear as above. When using the generic MySQL backend, change the 5983 "gpgsql-" prefix to "gmysql-". 5984 </para> 5985 <para> 5982 5986 Queries can span multiple lines, like this: 5983 5987 <screen>