Edited, memorised or added to reading queue

on 08-Jul-2019 (Mon)

Do you want BuboFlash to help you learning these things? Click here to log in or create user.

Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace stretch with the actual distribution you are using:

deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Apt - PostgreSQL wiki
e repository key from https://www.postgresql.org/media/keys/ACCC4CF8.asc : sudo apt-get install curl ca-certificates curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - <span>Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace stretch with the actual distribution you are using: deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main (You may determine the codename of your distribution by running lsb_release -c). For a shorthand version of the above, presuming you are using a supported release: sudo sh -c 'echo "deb




We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported.

Currently, we support

  • Debian 8 (jessie), 9 (stretch), 10 (buster), and unstable (sid)
  • Ubuntu 16.04 (xenial), 18.04 (bionic), 18.10 (cosmic; amd64 only), 19.04 (disco; amd64 only)
  • Architectures: amd64 (64-bit x86), i386 (32-bit x86), ppc64el (little-endian 64-bit POWER)
  • PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12 devel
  • Server extensions such as Slony-I, various PL languages, and datatypes
  • Applications like pgadmin3, pgbouncer, and pgpool-II
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Apt - PostgreSQL wiki
r Debian and Ubuntu The PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu located at http://apt.postgresql.org/pub/repos/apt/ . <span>We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported. Currently, we support Debian 8 (jessie), 9 (stretch), 10 (buster), and unstable (sid) Ubuntu 16.04 (xenial), 18.04 (bionic), 18.10 (cosmic; amd64 only), 19.04 (disco; amd64 only) Architectures: amd64 (64-bit x86), i386 (32-bit x86), ppc64el (little-endian 64-bit POWER) PostgreSQL 9.4, 9.5, 9.6, 10, 11, 12 devel Server extensions such as Slony-I, various PL languages, and datatypes Applications like pgadmin3, pgbouncer, and pgpool-II Packages for older PostgreSQL versions and older Debian/Ubuntu distributions will continue to stay in the repository; updates for those will be provided on an ad hoc basis. Quickstart I




react-pdf-highlighter is a React library that provides annotation experience for PDF documents on web. It is built on top of PDF.js by Mozilla. Text and rectangular highlights are supported. Highlight data format is independent of the viewport, making it suitable for saving on the server.
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Unknown title
vate packages and team management tools with npm Orgs.Learn more » react-pdf-highlighter 2.2.0 • Public • Published 3 months ago Readme 4Dependencies 3Dependents 8Versions react-pdf-highlighter <span>react-pdf-highlighter is a React library that provides annotation experience for PDF documents on web. It is built on top of PDF.js by Mozilla. Text and rectangular highlights are supported. Highlight data format is independent of the viewport, making it suitable for saving on the server. Demo For online demo check https://agentcooper.github.io/react-pdf-highlighter/. To run the demo app locally: npm install npm start While docs are in progress, feel free to check the so




npm
statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Unknown title
format is independent of the viewport, making it suitable for saving on the server. Demo For online demo check https://agentcooper.github.io/react-pdf-highlighter/. To run the demo app locally: <span>npm install npm start While docs are in progress, feel free to check the source annotated with Flow type signatures. Installation npm install react-pdf-highlighter See demo/src/App.js for R