Skip to content

Commit

Permalink
pg_hba.aug: fix method to avoid clashing with hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Dec 11, 2012
1 parent 2f9cb60 commit 5209ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenses/pg_hba.aug
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module Pg_Hba =
let option = [ label "option" . store word ]
(* View: method
can contain an <option> *)
let method = [ label "method" . store Rx.word . ( Sep.tab . option )? ]
let method = [ label "method" . store /[A-Za-z][A-Za-z0-9]+/ . ( Sep.tab . option )? ]

(* Group: Records definitions *)

Expand Down

0 comments on commit 5209ae9

Please sign in to comment.