File: control

package info (click to toggle)
pgformatter 5.5-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 7,872 kB
  • sloc: sql: 185,456; perl: 4,666; makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 946 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: pgformatter
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://sqlformat.darold.net/
Vcs-Git: https://salsa.debian.org/postgresql/pgformatter.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgformatter

Package: pgformatter
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends}
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.