Git Product home page Git Product logo

external_file's People

Contributors

dalibot avatar darold avatar gerardwx avatar gilles-migops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

external_file's Issues

Subfolders not possible

The documentation states that '/' and '\' are forbidden for security reasons. We are looking into transfering a huge archive of bfiles from oracle to postgres. These bfiles are organised as a number of directories with in each directory a hierarchy 'env/year/month/file'. I would expect that '..' would be forbidden instead of the path separator.

/bin/install: cannot stat ‘.//README.external_file’: No such file or directory

Good day!

When installing the extension, I encountered an error:

/bin/install: cannot stat ‘.//README.external_file’: No such file or directory
make: *** [install] Error 1

The error is caused by a missing file README.external_file in repository. As I understand it, the content of this file was meant to be similar to the README.md file.
As a solution to this problem, I propose to add in the Makefile the creation of the desired file from README.md:

all: prepare_readme

prepare_readme: README.md
	@echo "Prepare README.external_file"
	cp README.md README.external_file

The whole Makefile will look like this:

#MODULES = external_file
EXTENSION = external_file
DATA = external_file--1.0.sql
DOCS = README.external_file

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

all: prepare_readme

prepare_readme: README.md
	@echo "Prepare README.external_file"
	cp README.md README.external_file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.